Fires when a column is resized.
The event handler receives an argument of type ColumnResizeEventArgs containing data related to this event. The following ColumnResizeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Column | Gets the column that was resized. |
| OldWidth | Gets the width of column that it had had before it was resized. |
SmartGrid Class | Resco.Controls.SmartGrid Namespace