Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportEventHandler Delegate

In This Topic
    ReportEventHandler Delegate
    In This Topic
    Represents the method that will handle StartPage, EndPage, StartSection, PrintSection, EndSection, ReportError, and C1Report.AddOutlineEntry 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