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