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 ValidateUserAliasPropertyAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
event EventHandler<UserExtensionMethodCompletedEventArgs> ValidateUserAliasPropertyCompleted
event EventHandler<UserExtensionMethodCompletedEventArgs^>^ ValidateUserAliasPropertyCompleted {
void add(EventHandler<UserExtensionMethodCompletedEventArgs^>^ value);
void remove(EventHandler<UserExtensionMethodCompletedEventArgs^>^ value);
}
Event ValidateUserAliasPropertyCompleted As EventHandler(Of UserExtensionMethodCompletedEventArgs)
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top