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 group account is removed from the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<GroupRemovedEventArgs> GroupRemovedCallback
public:
event EventHandler<GroupRemovedEventArgs^>^ GroupRemovedCallback {
void add(EventHandler<GroupRemovedEventArgs^>^ value);
void remove(EventHandler<GroupRemovedEventArgs^>^ value);
}
Public Event GroupRemovedCallback As EventHandler(Of GroupRemovedEventArgs)
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top