Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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