ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportEventHandler Delegate

In This Topic
    ReportEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub ReportEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ReportEventArgs _
    ) 
    public delegate void ReportEventHandler( 
       System.object sender,
       ReportEventArgs e
    )

    Parameters

    sender
    e
    See Also