FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / LongOperation Event

In This Topic
    LongOperation Event (C1FlexReport)
    In This Topic
    Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation.
    Syntax
    'Declaration
     
    Public Event LongOperation As C1.Win.LongOperationEventHandler
    public event C1.Win.LongOperationEventHandler LongOperation
    Event Data

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

    PropertyDescription
     
     
     
    See Also