Partager via


UserMgmtManager.UserUpdatedCallback Event

 

Represents the callback for the event that is raised when a user account is updated.

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

Syntax

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

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top