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