IUserExtension::GetAllUserRolesCompleted Event

 

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

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

event EventHandler<GetAllUserRolesCompletedEventArgs^>^ GetAllUserRolesCompleted {
	void add(EventHandler<GetAllUserRolesCompletedEventArgs^>^ value);
	void remove(EventHandler<GetAllUserRolesCompletedEventArgs^>^ value);
}
Return to top

Community Additions

ADD
Show: