Share via


IUserExtension2.DeleteUserPropertiesCompleted Event

 

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

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

Syntax

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

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top