Spread Windows Forms 12.0 Product Documentation
DragMoveCompletedEventArgs Constructor(SpreadView,Int32,Int32,Int32)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DragMoveCompletedEventArgs Class > DragMoveCompletedEventArgs Constructor : DragMoveCompletedEventArgs Constructor(SpreadView,Int32,Int32,Int32)
SpreadView view
Column or row index of the starting location of the drag
Number of columns or rows
Column or row index of the destination of the drag
Creates a new object with the DragMoveCompleted event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal fromIndex As Integer, _
   ByVal count As Integer, _
   ByVal toIndex As Integer _
)
'Usage
 
Dim view As SpreadView
Dim fromIndex As Integer
Dim count As Integer
Dim toIndex As Integer
 
Dim instance As New DragMoveCompletedEventArgs(view, fromIndex, count, toIndex)
public DragMoveCompletedEventArgs( 
   SpreadView view,
   int fromIndex,
   int count,
   int toIndex
)

Parameters

view
SpreadView view
fromIndex
Column or row index of the starting location of the drag
count
Number of columns or rows
toIndex
Column or row index of the destination of the drag
See Also

Reference

DragMoveCompletedEventArgs Class
DragMoveCompletedEventArgs Members
Overload List