FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportGetScriptObjectEventHandler Delegate

In This Topic
    ReportGetScriptObjectEventHandler Delegate
    In This Topic
    Represents the method that will handle GetScriptObject event.
    Syntax
    'Declaration
     
    Public Delegate Sub ReportGetScriptObjectEventHandler( _
       ByVal sender As Object, _
       ByVal e As ReportGetScriptObjectEventArgs _
    ) 
    public delegate void ReportGetScriptObjectEventHandler( 
       object sender,
       ReportGetScriptObjectEventArgs e
    )

    Parameters

    sender
    e
    See Also