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