[]
Fires after a row is resized by dragging the row header.
public event RowColEventHandler AfterResizeRow
Type | Description |
---|---|
RowColEventHandler | Fires after a row is resized by dragging the row header. |
This event is fired after a row is resized by the user, by dragging the edge of the row header cell with the mouse (see the AllowResizing property). It is not fired when a row is resized by assigning a new value to the Height property.