ESRI.ArcGIS.ADF.Web.UI.WebControls
NodeLegendClicked Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : NodeLegendClicked Event




Event that is called when a node legend is clicked on the tree.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires when a node legend is clicked.")>
Public Event NodeLegendClicked As TreeViewPlusNodeLegendClickedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim handler As TreeViewPlusNodeLegendClickedEventHandler
 
AddHandler instance.NodeLegendClicked, handler
C# 
[ResDescriptionAttribute("Fires when a node legend is clicked.")]
public event TreeViewPlusNodeLegendClickedEventHandler NodeLegendClicked

Event Data

The event handler receives an argument of type TreeViewPlusNodeEventArgs containing data related to this event. The following TreeViewPlusNodeEventArgs properties provide information specific to this event.

PropertyDescription
Node The TreeViewPlusNode associated with the event.

Remarks

You can use this event to run cause a method to run whenever the user clicks a node legend on the tree.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.