|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| NodeAdded Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : NodeAdded Event |
| Visual Basic (Declaration) | |
|---|---|
<ResDescriptionAttribute("Fires when a node is added.")>
Public Event NodeAdded() As TreeViewPlusNodeAddedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResDescriptionAttribute("Fires when a node is added.")]
public event TreeViewPlusNodeAddedEventHandler NodeAdded() | |
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. |