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 removed.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<UserInfoArgs> UserRemovedCallback
public:
event EventHandler<UserInfoArgs^>^ UserRemovedCallback {
void add(EventHandler<UserInfoArgs^>^ value);
void remove(EventHandler<UserInfoArgs^>^ value);
}
Public Event UserRemovedCallback As EventHandler(Of UserInfoArgs)
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top