GroupManager.RemoveGroupRequestCompletedCallback Event
The callback to invoke during the event that is fired when there is a request to remove a group account from the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<RemoveGroupRequestCompletedEventArgs> RemoveGroupRequestCompletedCallback
public:
event EventHandler<RemoveGroupRequestCompletedEventArgs^>^ RemoveGroupRequestCompletedCallback {
void add(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
void remove(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
}
Public Event RemoveGroupRequestCompletedCallback As EventHandler(Of RemoveGroupRequestCompletedEventArgs)
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top