Click or drag to resize

TpsControlBeginInvokeEx Method

Note: This API is now obsolete.

Executes the specified EventHandler asynchronously.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete and will be removed in the next version. Use BeginInvoke instead.")]
public void BeginInvokeEx(
	EventHandler eh,
	params Object[] args
)

Parameters

eh
Type: SystemEventHandler
EventHandler to be executed.
args
Type: SystemObject
An array of objects to pass as arguments to the given method. This can be null if no arguments are needed.
See Also