Name | Description | |
---|---|---|
![]() | GoObjectEnterLeaveEventArgs Constructor | Create a GoObjectEnterLeaveEventArgs that knows about an input event involving a GoObject. |
The following tables list the members exposed by GoObjectEnterLeaveEventArgs.
Name | Description | |
---|---|---|
![]() | GoObjectEnterLeaveEventArgs Constructor | Create a GoObjectEnterLeaveEventArgs that knows about an input event involving a GoObject. |
Name | Description | |
---|---|---|
![]() | Alt | Gets whether Modifiers has Keys.Alt set. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Buttons | Gets or sets the MouseButtons used with this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Control | Gets whether Modifiers has Keys.Control set. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Delta | Gets or sets the amount of change associated with a mouse-wheel rotation. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | DocPoint | Gets or sets the point at which this input event occurred. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | DoubleClick | Gets or sets whether this is a double-click event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | DragEventArgs | Gets or sets the DragEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | From | Gets the GoObject that the mouse had been over. |
![]() | InputState | Gets or sets the GoInputState as defined by various tools. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | IsContextButton | Gets whether Buttons equals MouseButtons.Right . (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Key | Gets or sets the key pressed as this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | KeyEventArgs | Gets or sets the KeyEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Modifiers | Gets or sets the modifier keys used with this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | MouseEventArgs | Gets or sets the MouseEventArgs associated with this input event. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | Shift | Gets whether Modifiers has Keys.Shift set. (Inherited from Northwoods.Go.GoInputEventArgs) |
![]() | To | Gets the GoObject that the mouse is now over. |
![]() | ViewPoint | Gets or sets the point at which this input event occurred. (Inherited from Northwoods.Go.GoInputEventArgs) |