VisioForge (c) 2025

Search Results for

    Class MouseButtonEventArgs

    Class MouseButtonEventArgs. Implements the EventArgs

    Inheritance
    object
    EventArgs
    MouseButtonEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class MouseButtonEventArgs : EventArgs

    Properties

    Button

    Gets or sets the button.

    Declaration
    public MouseButton Button { get; set; }
    Property Value
    Type Description
    MouseButton

    The button.

    X

    Gets or sets the x.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    The x.

    Y

    Gets or sets the y.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int

    The y.

    See Also

    EventArgs