GroupManager.ReloadGroupsAsyncRequestCompleted Event

 

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