[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DragMoveCompletingEventArgs.-ctor

DragMoveCompletingEventArgs Constructor

DragMoveCompletingEventArgs(SpreadView, int, int, int)

Creates a new object with the DragMoveCompleting event arguments.

Declaration
public DragMoveCompletingEventArgs(SpreadView view, int fromIndex, int count, int toIndex)
Public Sub New(view As SpreadView, fromIndex As Integer, count As Integer, toIndex As Integer)
Parameters
Type Name Description
SpreadView view

SpreadView view

int fromIndex

Column or row index of the starting location of the drag

int count

Number of columns or rows

int toIndex

Column or row index of the destination of the drag

DragMoveCompletingEventArgs(SpreadView, int, int)

Creates a new object with the DragMoveCompleted event arguments.

Declaration
public DragMoveCompletingEventArgs(SpreadView view, int fromIndex, int toIndex)
Public Sub New(view As SpreadView, fromIndex As Integer, toIndex As Integer)
Parameters
Type Name Description
SpreadView view

SpreadView view

int fromIndex

Column or row index of starting place of the drag

int toIndex

Column or row index of the destination of the drag