GroupManager.GroupUpdatedCallback Event

 

The callback to invoke during the event that is fired when a group account is updated.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public event EventHandler<GroupUpdatedEventArgs> GroupUpdatedCallback
public:
event EventHandler<GroupUpdatedEventArgs^>^ GroupUpdatedCallback {
    void add(EventHandler<GroupUpdatedEventArgs^>^ value);
    void remove(EventHandler<GroupUpdatedEventArgs^>^ value);
}
Public Event GroupUpdatedCallback As EventHandler(Of GroupUpdatedEventArgs)

See Also

GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top