[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterResizeRow

AfterResizeRow Event

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

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

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.