dbicList Send comments on this topic.
HeaderClick Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : HeaderClick Event

Event fired when the left mouse button clicks on a column header.

Syntax

Visual Basic (Declaration) 
Public Event HeaderClick As DbiListControl.EventHeaderClickEventHandler
C# 
public event DbiListControl.EventHeaderClickEventHandler HeaderClick

Event Data

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.

PropertyDescription
Button The mousebutton that was used in the event.
ColumnIndex The index of the column where the event occurred.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also