GoDiagram Win Reference
OnDoubleClick Method (GoView)

For a double-click, this method gets called instead of a second OnMouseUp.
Syntax
'Declaration
 
Protected Overrides Sub OnDoubleClick( _
   ByVal evt As EventArgs _
) 
protected override void OnDoubleClick( 
   EventArgs evt
)

Parameters

evt
Remarks
This is another way the view produces a mouse-up canonicalized input event.
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
Base Implementation in OnDoubleClick
OnMouseUp Method
DoMouseUp Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback