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

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

Syntax

Visual Basic (Declaration) 
Public Event HeaderDoubleClick As DbiListControl.EventHeaderDoubleClickEventHandler
C# 
public event DbiListControl.EventHeaderDoubleClickEventHandler HeaderDoubleClick

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