Occurs when the user starts resizing a row with the mouse.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public event EventHandler<CellRangeEventArgs> ResizingRow
Visual Basic
Public Event ResizingRow As EventHandler(Of CellRangeEventArgs)

See Also