| Visual Basic (Declaration) | |
|---|---|
Public Event CheckClick As DbiListControl.EventCheckClickEventHandler | |
| C# | |
|---|---|
public event DbiListControl.EventCheckClickEventHandler CheckClick | |
The event handler receives an argument of type CheckEventArgs containing data related to this event. The following CheckEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ColumnIndex | The index value of the dbiColumnItem where the check occurred. |
| NodeItem | The dbiNodeItem where the check occurred. |