Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletingEventArgs Class / DragMoveCompletingEventArgs Constructor / DragMoveCompletingEventArgs Constructor(SpreadView,Int32,Int32)
SpreadView view
Column or row index of starting place of the drag
Column or row index of the destination of the drag


In This Topic
    DragMoveCompletingEventArgs Constructor(SpreadView,Int32,Int32)
    In This Topic
    Creates a new object with the DragMoveCompleted event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As SpreadView, _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer _
    )
    'Usage
     
    
    Dim view As SpreadView
    Dim fromIndex As Integer
    Dim toIndex As Integer
     
    Dim instance As New DragMoveCompletingEventArgs(view, fromIndex, toIndex)
    public DragMoveCompletingEventArgs( 
       SpreadView view,
       int fromIndex,
       int toIndex
    )

    Parameters

    view
    SpreadView view
    fromIndex
    Column or row index of starting place of the drag
    toIndex
    Column or row index of the destination of the drag
    See Also