Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / LongOperation Event

In This Topic
    LongOperation Event
    In This Topic
    Occurs periodically when a long operation is in progress.
    Syntax
    'Declaration
     
    
    Public Event LongOperation As C1.Document.LongOperationEventHandler
    public event C1.Document.LongOperationEventHandler LongOperation
    Event Data

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

    PropertyDescription
     
     
     
    See Also