ActiveReports 13
Invoke(Delegate) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > Invoke Method : Invoke(Delegate) Method
A delegate that contains a method to be called in the control's thread context.
Executes the specified delegate on the thread that owns the control's underlying window handle.
Syntax
'Declaration
 
Public Overloads Function Invoke( _
   ByVal method As Delegate _
) As Object
public object Invoke( 
   Delegate method
)

Parameters

method
A delegate that contains a method to be called in the control's thread context.

Return Value

The return value from the delegate being invoked, or null if the delegate has no return value.
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List