[]
Represents the event data for the SaveOrLoadSheetState event.
public class SheetViewStateEventArgs : EventArgs
Public Class SheetViewStateEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetViewStateEventArgs(SheetView, int, bool) | Creates a new object with the SheetViewState event arguments. |
Name | Description |
---|---|
Handled | Gets or sets whether the event has been handled. |
Index | Gets the index of the collection that contains the sheet. |
IsSave | Gets whether the state of the sheet is saved. |
SheetView | Gets the sheet whose state is to be loaded or saved. |