C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportGetScriptObjectEventHandler Delegate
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