GoDiagram Web Reference
BackgroundSingleClicked Event

The user performed a single click on the background, not over any document object.
Syntax
'Declaration
 
<DescriptionAttribute("The user performed a single click on the background, not over any document object (a GoInputEventHandler)")>
<CategoryAttribute("GoView")>
Public Event BackgroundSingleClicked As GoInputEventHandler
[DescriptionAttribute("The user performed a single click on the background, not over any document object (a GoInputEventHandler)")]
[CategoryAttribute("GoView")]
public event GoInputEventHandler BackgroundSingleClicked
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.
Remarks
The location of the click is given by the GoInputEventArgs.GoInputEventArgs.DocPoint property.
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