GoDiagram Web Reference
OnSingleClick Method (GoSubGraphHandle)

Unlike a regular GoCollapsibleHandle, subgraph handles treat a Ctrl-click when expanding as a command to call GoSubGraph.ExpandAll.
Syntax
'Declaration
 
Public Overrides Function OnSingleClick( _
   ByVal evt As GoInputEventArgs, _
   ByVal view As GoView _
) As Boolean
public override bool OnSingleClick( 
   GoInputEventArgs evt,
   GoView view
)

Parameters

evt
view
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

GoSubGraphHandle Class
GoSubGraphHandle Members
Base Implementation in OnSingleClick

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback