| Visual Basic (Declaration) | |
|---|---|
Public Event AfterNodeSelect As DbiListControl.EventAfterNodeSelectHandler | |
| C# | |
|---|---|
public event DbiListControl.EventAfterNodeSelectHandler AfterNodeSelect | |
The event handler receives an argument of type AfterNodeSelectEventArgs containing data related to this event. The following AfterNodeSelectEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NodeItem | The dbiNodeItem that was selected. |