IUserExtension.AddUserPropertiesCompleted Event

 

Represents the event that is raised when the AddUserPropertiesAsync method finishes.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

event EventHandler<AddUserPropertiesCompletedEventArgs> AddUserPropertiesCompleted
event EventHandler<AddUserPropertiesCompletedEventArgs^>^ AddUserPropertiesCompleted {
    void add(EventHandler<AddUserPropertiesCompletedEventArgs^>^ value);
    void remove(EventHandler<AddUserPropertiesCompletedEventArgs^>^ value);
}
Event AddUserPropertiesCompleted As EventHandler(Of AddUserPropertiesCompletedEventArgs)

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top