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.
Represents the INotifyPropertyChanged event that is raised when a property value is changed.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.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
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top