Search Results for

    Show / Hide Table of Contents

    Delegate MouseRectangleEventHandler

    Represents the method that will handle the MouseRectangle event.

    Namespace: ABB.Robotics.RobotStudio.Stations.Forms
    Assembly: ABB.Robotics.RobotStudio.Stations.dll
    Syntax
    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

    MouseRectangleEventHandler(object, IntPtr)

    Declaration
    public MouseRectangleEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(object, MouseRectangleEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, MouseRectangleEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    MouseRectangleEventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(object, MouseRectangleEventArgs)

    Declaration
    public virtual void Invoke(object sender, MouseRectangleEventArgs e)
    Parameters
    Type Name Description
    object sender
    MouseRectangleEventArgs e
    In this article
    Back to top Copyright © 2026 ABB Robotics