ActiveReports 12
Invoke(Delegate) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor 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

GroupEditor Class
GroupEditor Members
Overload List