The event handler receives an argument of type SheetDragMovedEventArgs containing data related to this event. The following SheetDragMovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewSheetIndex | Gets the index of the sheet after moving. |
OldSheetIndex | Gets the index of the sheet before moving. |