'Declaration Public Event LogonUserCompleted As EventHandler(Of LogonUserCompletedEventArgs)
public event EventHandler<LogonUserCompletedEventArgs> LogonUserCompleted
Event Data
The event handler receives an argument of type LogonUserCompletedEventArgs containing data related to this event. The following LogonUserCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancelled | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Error | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Result | |
UserState | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
See Also