FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.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