[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DragMoveCompletedEventArgs

DragMoveCompletedEventArgs Class

Represents the event data for the ColumnDragMoveCompleted and RowDragMoveCompleted event for the Spread component.

Inheritance
DragMoveCompletedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DragMoveCompletedEventArgs : EventArgs
Public Class DragMoveCompletedEventArgs
    Inherits EventArgs

Constructors

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.

Properties

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.