Delegate SelectionEventHandler
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public delegate void SelectionEventHandler(object sender, SelectionEventArgs e)
Parameters
| Type |
Name |
Description |
| object |
sender |
Represents a method that will handle the and events. |
| SelectionEventArgs |
e |
Represents a method that will handle the and events. |
Constructors
SelectionEventHandler(object, IntPtr)
Declaration
public SelectionEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SelectionEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(object, SelectionEventArgs)
Declaration
public virtual void Invoke(object sender, SelectionEventArgs e)
Parameters