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