Occurs when the user finishes dragging a column to a new position using the mouse.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public event EventHandler<CellRangeEventArgs> DraggedColumn |
Visual Basic |
---|
Public Event DraggedColumn As EventHandler(Of CellRangeEventArgs) |