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