[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterResizeColumn

AfterResizeColumn Event

Fires after a column is resized by dragging the column header.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event RowColEventHandler AfterResizeColumn
Returns
Type Description
RowColEventHandler Fires after a column is resized by dragging the column header.
Remarks

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.