Partager via


UserMgmtManager.UserRemovedCallback Event

 

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