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

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

Syntax

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

See Also