ESRI.ArcGIS.ADF.Web.UI.WebControls
NodeCleared Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : NodeCleared Event




Event that is called when a node is cleared on the tree.

Syntax

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

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 a node is cleared on the tree.

See Also

© 2010 All Rights Reserved.