Event handler signalled when a grid column has been resized.
Source position: dbgrids.pas line 533
protected property TCustomDBGrid.OnColumnSized : TNotifyEvent |
OnColumnSized is a TNotifyEvent property that implements the event handler signalled when a column has been resized. OnColumnSized allows the application to perform actions required after the column has been resized. Assign a procedure to the event handler to respond to the event notification.
OnColumnSized is triggered from the HeaderSized method when a change to a column width was requested.