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.
The callback to invoke during the event that is fired when a property for a group account is changed.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.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
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top