IUserExtension2.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<GetUserPropertiesCompletedEventArgs2> GetUserPropertiesCompleted
event EventHandler<GetUserPropertiesCompletedEventArgs2^>^ GetUserPropertiesCompleted {
void add(EventHandler<GetUserPropertiesCompletedEventArgs2^>^ value);
void remove(EventHandler<GetUserPropertiesCompletedEventArgs2^>^ value);
}
Event GetUserPropertiesCompleted As EventHandler(Of GetUserPropertiesCompletedEventArgs2)
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top