Partager via


UserMgmtManager.UpdateUserRequestCompletionCallback Event

 

Represents the callback for the event that is raised when an update to a user account is requested.

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

Syntax

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

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top