FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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