Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a property value has changed.
Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public event PropertyChangedEventHandler PropertyChanged
public:
event PropertyChangedEventHandler^ PropertyChanged {
    virtual void add(PropertyChangedEventHandler^ value) sealed;
    virtual void remove(PropertyChangedEventHandler^ value) sealed;
}
Public Event PropertyChanged As PropertyChangedEventHandler
Implements
INotifyPropertyChanged.PropertyChanged
See Also
ConditionalValueSupplier.OnPropertyChanged
INotifyPropertyChanged.PropertyChanged
System.ComponentModel.PropertyChangedEventArgs
System.ComponentModel.PropertyChangedEventHandler
ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top