[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DragMoveEventArgs

DragMoveEventArgs Class

Represents the event data for the ColumnDragMove and RowDragMove events for the Spread component.

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

Constructors

Name Description
DragMoveEventArgs(SpreadView, int, bool, bool)

Creates a new object with the DragMove event arguments.

DragMoveEventArgs(SpreadView, int, int, bool, bool)

Creates a new object with the DragMove event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the drag operation.

Count

Gets the number of columns or rows to move.

Index

Gets the column or row index of the drag.

MoveContent

Gets or sets whether the move operation moves the contents of the rows or columns (and rows or columns in between) without changing the index mapping.

View

Gets the view in which the columns or row are being dragged.