GoDiagram Web Reference
BackgroundSelectionDropReject Event

The event that is raised during a drag's mouse move over the background; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will reject a drop of the selection at this input event point.
Syntax
'Declaration
 
<CategoryAttribute("GoView")>
<DescriptionAttribute("The view's Selection has been dragged over the background (a GoInputEventHandler); to reject a drop, set .InputState to Cancel")>
Public Event BackgroundSelectionDropReject As GoInputEventHandler
[CategoryAttribute("GoView")]
[DescriptionAttribute("The view's Selection has been dragged over the background (a GoInputEventHandler); to reject a drop, set .InputState to Cancel")]
public event GoInputEventHandler BackgroundSelectionDropReject
Event Data

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.

PropertyDescription
Alt Gets whether Modifiers has the Alt flag (mask == 4) set.
Buttons Gets or sets the MouseButtons used with this input event.
Control Gets whether Modifiers has the Control flag (mask == 2) 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.
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.
Modifiers Gets or sets the modifier keys used with this input event.
Shift Gets whether Modifiers has the Shift flag (mask == 1) set.
ViewPoint Gets or sets the point at which this input event occurred.
Requirements

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

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback