SheetRemovingEventArgs Class
Provides data for the SpreadsheetControl.SheetRemoving event.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The SheetRemovingEventArgs class represents an argument for the SheetRemoving event of a Spreadsheet control.
An instance of the SheetRemovingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
Object
EventArgs
CancelEventArgs
DevExpress.Spreadsheet.SheetCancelEventArgsBase
SheetRemovingEventArgs
See Also