Delegate MouseRectangleEventHandler
Assembly: ABB.Robotics.RobotStudio.Stations.Forms.dll
public delegate void MouseRectangleEventHandler(object sender, MouseRectangleEventArgs e)
Parameters
| Type |
Name |
Description |
| object |
sender |
Represents the method that will handle the event. |
| MouseRectangleEventArgs |
e |
Represents the method that will handle the event. |
Constructors
View Source
Declaration
public MouseRectangleEventHandler(object @object, nint method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| nint |
method |
|
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MouseRectangleEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
| Type |
Description |
| IAsyncResult |
|
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| IAsyncResult |
result |
|
View Source
Declaration
public virtual void Invoke(object sender, MouseRectangleEventArgs e)
Parameters