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

Event fired when the header of a column defined as sortable receives a left mouse click. NOTE: Event is fired after the actual sort is performed.

Syntax

Visual Basic (Declaration) 
Public Event AfterColumnSort As DbiListControl.AfterColumnSortEventHandler
C# 
public event DbiListControl.AfterColumnSortEventHandler AfterColumnSort

Event Data

The event handler receives an argument of type AfterColumnSortEventArgs containing data related to this event. The following AfterColumnSortEventArgs properties provide information specific to this event.

PropertyDescription
Columns An array of columns in the order in which the sort is to occur. See Sort Method

Remarks

Event is fired after the actual sort is performed.

Requirements

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

See Also