[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetDragMovingEventArgs

SheetDragMovingEventArgs Class

Represents the event data for the SheetDragMoving event for the Spread component, which occurs when the user drags the sheet tab to the destination sheet tab.

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

Constructors

Name Description
SheetDragMovingEventArgs(int, int)

Creates a new object with the SheetDragMoving event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the sheet drag and move action.

Restrict

Gets or sets whether to allow the sheet to be moved to the ToSheetIndex location.

SheetIndex

Gets the index of the sheet that is being moved.

ToSheetIndex

Gets the index of the new position where the sheet is being moved.