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