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.
The callback to invoke during the event that is fired when there is a request to synchronize settings between the group provider and Active Directory Domain Services.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<GroupRequestCompletedEventArgs> ReloadGroupsAsyncRequestCompleted
public:
event EventHandler<GroupRequestCompletedEventArgs^>^ ReloadGroupsAsyncRequestCompleted {
void add(EventHandler<GroupRequestCompletedEventArgs^>^ value);
void remove(EventHandler<GroupRequestCompletedEventArgs^>^ value);
}
Public Event ReloadGroupsAsyncRequestCompleted As EventHandler(Of GroupRequestCompletedEventArgs)
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top