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