| 
            
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| NodeLegendClicked Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : NodeLegendClicked Event | 
| Visual Basic (Declaration) | |
|---|---|
<ResDescriptionAttribute("Fires when a node legend is clicked.")>
Public Event NodeLegendClicked() As TreeViewPlusNodeLegendClickedEventHandler | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[ResDescriptionAttribute("Fires when a node legend is clicked.")]
public event TreeViewPlusNodeLegendClickedEventHandler NodeLegendClicked() | |
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.
| Property | Description | 
|---|---|
| Node | The TreeViewPlusNode associated with the event. | 
            You can use this event to run cause a method to run whenever the user clicks a
            node legend on the tree.