[]
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.
public class SheetDragMovedEventArgs : EventArgs
Public Class SheetDragMovedEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetDragMovedEventArgs(int, int) | Creates a new object with the SheetDragMoved event arguments. |
Name | Description |
---|---|
NewSheetIndex | Gets the index of the sheet after moving. |
OldSheetIndex | Gets the index of the sheet before moving. |