FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportEventHandler Delegate

In This Topic
    ReportEventHandler Delegate
    In This Topic
    Represents the method that will handle StartPage, EndPage, StartSection, PrintSection events.
    Syntax
    'Declaration
     
    Public Delegate Sub ReportEventHandler( _
       ByVal sender As Object, _
       ByVal e As ReportEventArgs _
    ) 
    public delegate void ReportEventHandler( 
       object sender,
       ReportEventArgs e
    )

    Parameters

    sender
    e
    See Also