| Visual Basic (Declaration) | |
|---|---|
Public Event HeaderClick As DbiListControl.EventHeaderClickEventHandler | |
| C# | |
|---|---|
public event DbiListControl.EventHeaderClickEventHandler HeaderClick | |
The event handler receives an argument of type ColumnEventArgs containing data related to this event. The following ColumnEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | The mousebutton that was used in the event. |
| ColumnIndex | The index of the column where the event occurred. |