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

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

    The event handler receives an argument of type ResetExecutionCompletedEventArgs containing data related to this event. The following ResetExecutionCompletedEventArgs 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