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