UserInfoManager.GetGroupsRequestCompletionCallback Event
Represents the event for the callback of GetGroups.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<GetGroupsRequestCompletionArgs> GetGroupsRequestCompletionCallback
public:
event EventHandler<GetGroupsRequestCompletionArgs^>^ GetGroupsRequestCompletionCallback {
void add(EventHandler<GetGroupsRequestCompletionArgs^>^ value);
void remove(EventHandler<GetGroupsRequestCompletionArgs^>^ value);
}
Public Event GetGroupsRequestCompletionCallback As EventHandler(Of GetGroupsRequestCompletionArgs)
See Also
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top