C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.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 _
) 
 

Parameters

sender
e
See Also