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