Delegate ExecutionStatusChangedEventHandler
Defines the event for execution status changed.
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
[Obsolete("No longer supported")]
public delegate void ExecutionStatusChangedEventHandler(object sender, ExecutionStatusChangedEventArgs e)
Parameters
| Type |
Name |
Description |
| object |
sender |
Defines the event for execution status changed. |
| ExecutionStatusChangedEventArgs |
e |
Defines the event for execution status changed. |
Constructors
View Source
ExecutionStatusChangedEventHandler(object, IntPtr)
Declaration
public ExecutionStatusChangedEventHandler(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| IntPtr |
method |
|
Methods
View Source
BeginInvoke(object, ExecutionStatusChangedEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExecutionStatusChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(object, ExecutionStatusChangedEventArgs)
Declaration
public virtual void Invoke(object sender, ExecutionStatusChangedEventArgs e)
Parameters