ActiveReports 13
BeginInvoke(Delegate) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > BeginInvoke Method : BeginInvoke(Delegate) Method
A delegate to a method that takes no parameters.
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
Syntax
'Declaration
 
Public Overloads Function BeginInvoke( _
   ByVal method As Delegate _
) As IAsyncResult
public IAsyncResult BeginInvoke( 
   Delegate method
)

Parameters

method
A delegate to a method that takes no parameters.

Return Value

Exceptions
ExceptionDescription
No appropriate window handle can be found.
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List