Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : BackgroundHover Event |
'Declaration <CategoryAttribute("GoView")> <DescriptionAttribute("The user hovered over the background (a GoInputEventHandler)")> Public Event BackgroundHover As GoInputEventHandler
[CategoryAttribute("GoView")] [DescriptionAttribute("The user hovered over the background (a GoInputEventHandler)")] public event GoInputEventHandler BackgroundHover
The event handler receives an argument of type GoInputEventArgs containing data related to this event. The following GoInputEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Alt | Gets whether Modifiers has Keys.Alt set. |
Buttons | Gets or sets the MouseButtons used with this input event. |
Control | Gets whether Modifiers has Keys.Control set. |
Delta | Gets or sets the amount of change associated with a mouse-wheel rotation. |
DocPoint | Gets or sets the point at which this input event occurred. |
DoubleClick | Gets or sets whether this is a double-click event. |
DragEventArgs | Gets or sets the DragEventArgs associated with this input event. |
InputState | Gets or sets the GoInputState as defined by various tools. |
IsContextButton | Gets whether Buttons equals MouseButtons.Right . |
Key | Gets or sets the key pressed as this input event. |
KeyEventArgs | Gets or sets the KeyEventArgs associated with this input event. |
Modifiers | Gets or sets the modifier keys used with this input event. |
MouseEventArgs | Gets or sets the MouseEventArgs associated with this input event. |
Shift | Gets whether Modifiers has Keys.Shift set. |
ViewPoint | Gets or sets the point at which this input event occurred. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2