TdxListViewColumnPosChangedEvent Type
The procedural type for list column position change handlers.
#Declaration
TdxListViewColumnPosChangedEvent = procedure(Sender: TdxCustomListView; AColumn: TdxListColumn) of object;
#Parameters
Name | Type | Description |
---|---|---|
Sender | Tdx |
The List View control that raised the event. |
AColumn | Tdx |
The target list column. |
#Remarks
The List View’s OnColumnPosChanged event references the TdxListViewColumnPosChangedEvent type.