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)

public:
event EventHandler<RemoveGroupRequestCompletedEventArgs^>^ RemoveGroupRequestCompletedCallback {
	void add(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
	void remove(EventHandler<RemoveGroupRequestCompletedEventArgs^>^ value);
}
Return to top

Community Additions

ADD
Show: