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