FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GenerateCompleted Event

In This Topic
    GenerateCompleted Event (C1FlexReport)
    In This Topic
    Occurs when the GenerateAsync method has completed.
    Syntax
    'Declaration
     
    Public Event GenerateCompleted As EventHandler(Of AsyncCompletedEventArgs)
    public event EventHandler<AsyncCompletedEventArgs> GenerateCompleted
    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