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