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 callback for the event that is raised when a user account is added.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<UserInfoArgs> UserAddedCallback
public:
event EventHandler<UserInfoArgs^>^ UserAddedCallback {
void add(EventHandler<UserInfoArgs^>^ value);
void remove(EventHandler<UserInfoArgs^>^ value);
}
Public Event UserAddedCallback As EventHandler(Of UserInfoArgs)
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top