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