[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetDragMovedEventArgs

SheetDragMovedEventArgs Class

Represents the event data for the SheetDragMoved event for the Spread component, which occurs right after the user finishes moving the sheet to another index.

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

Constructors

Name Description
SheetDragMovedEventArgs(int, int)

Creates a new object with the SheetDragMoved event arguments.

Properties

Name Description
NewSheetIndex

Gets the index of the sheet after moving.

OldSheetIndex

Gets the index of the sheet before moving.