GroupManager.GroupAddedCallback Event
The callback to invoke during the event that is fired when a group account is added to the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<GroupAddedEventArgs> GroupAddedCallback
public:
event EventHandler<GroupAddedEventArgs^>^ GroupAddedCallback {
void add(EventHandler<GroupAddedEventArgs^>^ value);
void remove(EventHandler<GroupAddedEventArgs^>^ value);
}
Public Event GroupAddedCallback As EventHandler(Of GroupAddedEventArgs)
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top