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

In This Topic
    RenderCompleted Event (C1FlexReport)
    In This Topic
    Occurs when the RenderAsync method has completed.
    Syntax
    'Declaration
     
    Public Event RenderCompleted As EventHandler(Of AsyncCompletedEventArgs)
    public event EventHandler<AsyncCompletedEventArgs> RenderCompleted
    Event Data

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

    PropertyDescription
     
     
     
    See Also