IUserExtension::AddUserPropertiesCompleted Event

 

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

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

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

Community Additions

ADD
Show: