GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEventArgs Class
Properties


In This Topic
    GoObjectEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GoObjectEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreate a GoObjectEventArgs that knows about an input event involving a GoObject.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether Modifiers has Keys.Alt set. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the MouseButtons used with this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public PropertyGets whether Modifiers has Keys.Control set. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the amount of change associated with a mouse-wheel rotation. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the point at which this input event occurred. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets whether this is a double-click event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the DragEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public PropertyGets or sets the GoObject associated with this event.  
    Public PropertyGets or sets the GoInputState as defined by various tools. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public PropertyGets whether Buttons equals MouseButtons.Right. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the key pressed as this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the KeyEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the modifier keys used with this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the MouseEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public PropertyGets whether Modifiers has Keys.Shift set. (Inherited from Northwoods.Go.GoInputEventArgs)
    Public Property Gets or sets the point at which this input event occurred. (Inherited from Northwoods.Go.GoInputEventArgs)
    Top
    See Also