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 | TdxCustomListView | The List View control that raised the event. |
AColumn | TdxListColumn | The target list column. |
Remarks
The List View’s OnColumnPosChanged event references the TdxListViewColumnPosChangedEvent type.
See Also