TdxListViewColumnSizeChangedEvent Type
The procedural type for list column resize handlers.
Declaration
TdxListViewColumnSizeChangedEvent = 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 OnColumnSizeChanged event references the TdxListViewColumnSizeChangedEvent type.
See Also