Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveEventArgs Class / DragMoveEventArgs Constructor / DragMoveEventArgs Constructor(SpreadView,Int32,Boolean,Boolean)
SpreadView view
Column or row index of the drag
Whether to move content in models without re-mapping the indexes
Whether to cancel the drag operation


In This Topic
    DragMoveEventArgs Constructor(SpreadView,Int32,Boolean,Boolean)
    In This Topic
    Creates a new object with the DragMove event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As SpreadView, _
       ByVal index As Integer, _
       ByVal moveContent As Boolean, _
       ByVal cancel As Boolean _
    )
    'Usage
     
    
    Dim view As SpreadView
    Dim index As Integer
    Dim moveContent As Boolean
    Dim cancel As Boolean
     
    Dim instance As New DragMoveEventArgs(view, index, moveContent, cancel)
    public DragMoveEventArgs( 
       SpreadView view,
       int index,
       bool moveContent,
       bool cancel
    )

    Parameters

    view
    SpreadView view
    index
    Column or row index of the drag
    moveContent
    Whether to move content in models without re-mapping the indexes
    cancel
    Whether to cancel the drag operation
    See Also