Delegate UIInstructionEventHandler
Delegate for UIInstruction event notifications.
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public delegate void UIInstructionEventHandler(object sender, UIInstructionEventArgs e);
Parameters
Constructors
UIInstructionEventHandler(Object, IntPtr)
Declaration
public UIInstructionEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, UIInstructionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, UIInstructionEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
UIInstructionEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, UIInstructionEventArgs)
Declaration
public virtual void Invoke(object sender, UIInstructionEventArgs e)
Parameters