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 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