FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / LoadReportDefinition2Completed Event

In This Topic
    LoadReportDefinition2Completed Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event LoadReportDefinition2Completed As EventHandler(Of LoadReportDefinition2CompletedEventArgs)
    public event EventHandler<LoadReportDefinition2CompletedEventArgs> LoadReportDefinition2Completed
    Event Data

    The event handler receives an argument of type LoadReportDefinition2CompletedEventArgs containing data related to this event. The following LoadReportDefinition2CompletedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
     
     
     
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
     
    See Also