Version

RecordNodeClicks Method

Records a click on the node (which can either select/unselect the node) for the XamNetworkNode control.
Syntax
'Declaration
 
Protected Sub RecordNodeClicks( _
   ByVal iCrntClickCount As System.Integer, _
   ByVal collection As Infragistics.Controls.Maps.SelectedNetworkNodesCollection _
) 
protected void RecordNodeClicks( 
   System.int iCrntClickCount,
   Infragistics.Controls.Maps.SelectedNetworkNodesCollection collection
)
protected: void RecordNodeClicks( 
   System.int iCrntClickCount,
   Infragistics.Controls.Maps.SelectedNetworkNodesCollection* collection
) 

Parameters

iCrntClickCount
The click count to differentiate between single and double-clicks on a node
collection
The new selected nodes collection obtained due to the node click
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