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


In This Topic
    GoObjectEnterLeaveEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GoObjectEnterLeaveEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreate a GoObjectEnterLeaveEventArgs 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 the GoObject that the mouse had been over.  
    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 PropertyGets the GoObject that the mouse is now over.  
    Public Property Gets or sets the point at which this input event occurred. (Inherited from Northwoods.Go.GoInputEventArgs)
    Top
    See Also