Share via


IUserExtension.GetUserPropertiesCompleted Event

 

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

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

Syntax

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

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top