Delegate MouseRectangleEventHandler
Assembly: ABB.Robotics.RobotStudio.Stations.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
Declaration
public MouseRectangleEventHandler(object @object, IntPtr method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MouseRectangleEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Declaration
public virtual void Invoke(object sender, MouseRectangleEventArgs e)
Parameters