Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoView Class : ObjectEnterLeave Event |
'Declaration <DescriptionAttribute("The mouse entered and/or left a document object during a drag (a GoObjectEnterLeaveEventHandler)")> <CategoryAttribute("GoView")> Public Event ObjectEnterLeave As GoObjectEnterLeaveEventHandler
[DescriptionAttribute("The mouse entered and/or left a document object during a drag (a GoObjectEnterLeaveEventHandler)")] [CategoryAttribute("GoView")] public event GoObjectEnterLeaveEventHandler ObjectEnterLeave
The event handler receives an argument of type GoObjectEnterLeaveEventArgs containing data related to this event. The following GoObjectEnterLeaveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Alt (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets whether Modifiers has the Alt flag (mask == 4) set. |
Buttons (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the MouseButtons used with this input event. |
Control (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets whether Modifiers has the Control flag (mask == 2) set. |
Delta (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the amount of change associated with a mouse-wheel rotation. |
DocPoint (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the point at which this input event occurred. |
DoubleClick (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets whether this is a double-click event. |
From | Gets the GoObject that the mouse had been over. |
InputState (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the GoInputState as defined by various tools. |
IsContextButton (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets whether Buttons equals MouseButtons.Right . |
Key (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the key pressed as this input event. |
Modifiers (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the modifier keys used with this input event. |
Shift (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets whether Modifiers has the Shift flag (mask == 1) set. |
To | Gets the GoObject that the mouse is now over. |
ViewPoint (Inherited from Northwoods.GoWeb.GoInputEventArgs) | Gets or sets the point at which this input event occurred. |
This event is raised when the GoToolManager or the GoToolDragging tool notices that a mouse move causes a change in the current document object that the mouse is over. The GoObjectEnterLeaveEventArgs indicates the object that the mouse had been over, and the object that it is now over. Either object may be null, indicating that it had been or now is over the background of this view.
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