Occurs when the user starts dragging a column to a new position using the mouse.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also