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