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 callback for the event that is raised when connection is requested.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<RequestCompletionEventArgs> ConnectRequestCompletionCallback
public:
event EventHandler<RequestCompletionEventArgs^>^ ConnectRequestCompletionCallback {
void add(EventHandler<RequestCompletionEventArgs^>^ value);
void remove(EventHandler<RequestCompletionEventArgs^>^ value);
}
Public Event ConnectRequestCompletionCallback As EventHandler(Of RequestCompletionEventArgs)
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top