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.Forms.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

    View Source

    MouseRectangleEventHandler(object, nint)

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

    Methods

    View Source

    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
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(object, MouseRectangleEventArgs)

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