[]
Represents the event data for the ColumnDragMoveCompleted and RowDragMoveCompleted event for the Spread component.
public class DragMoveCompletedEventArgs : EventArgs
Public Class DragMoveCompletedEventArgs
Inherits EventArgs
Name | Description |
---|---|
DragMoveCompletedEventArgs(SpreadView, int, int) | Creates a new object with the DragMoveCompleted event arguments. |
DragMoveCompletedEventArgs(SpreadView, int, int, int) | Creates a new object with the DragMoveCompleted event arguments. |
Name | Description |
---|---|
Count | Gets the number of columns or rows being moved. |
FromIndex | Gets the column or row index of the start location of the drag. |
ToIndex | Gets the column or row index of the destination of the drag |
View | Gets the view in which the columns or row have been dragged. |