Back to Devexpress

TdxListViewColumnSizeChangedEvent Type

vcl-dxlistview-2fc1a05f.md

latest761 B
Original Source

TdxListViewColumnSizeChangedEvent Type

The procedural type for list column resize handlers.

Declaration

delphi
TdxListViewColumnSizeChangedEvent = procedure(Sender: TdxCustomListView; AColumn: TdxListColumn) of object;

Parameters

NameTypeDescription
SenderTdxCustomListView

The List View control that raised the event.

| | AColumn | TdxListColumn |

The target list column.

|

Remarks

The List View’s OnColumnSizeChanged event references the TdxListViewColumnSizeChangedEvent type.

See Also

dxListView Unit