FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.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