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 event that is raised when the GetAllUserRolesAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
event EventHandler<GetAllUserRolesCompletedEventArgs> GetAllUserRolesCompleted
event EventHandler<GetAllUserRolesCompletedEventArgs^>^ GetAllUserRolesCompleted {
void add(EventHandler<GetAllUserRolesCompletedEventArgs^>^ value);
void remove(EventHandler<GetAllUserRolesCompletedEventArgs^>^ value);
}
Event GetAllUserRolesCompleted As EventHandler(Of GetAllUserRolesCompletedEventArgs)
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top