This documentation is archived and is not being maintained.
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.GroupsAssembly:
UserObjectModel (in UserObjectModel.dll)
public:
event EventHandler<RemoveGroupRequestCompletedEventArgs^>^ RemoveGroupRequestCompletedCallback {
void add(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
void remove(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
}
Return to top