officefileapi-devexpress-dot-spreadsheet-e1afb7da.md
Provides data for the SpreadsheetControl.ActiveSheetChanging event.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class ActiveSheetChangingEventArgs :
ActiveSheetChangeEventArgsBase
<ComVisible(True)>
Public Class ActiveSheetChangingEventArgs
Inherits ActiveSheetChangeEventArgsBase
ActiveSheetChangingEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetControl.ActiveSheetChanging |
| WPF Controls | SpreadsheetControl.ActiveSheetChanging |
| Office File API | ISpreadsheetComponent.ActiveSheetChanging |
| Workbook.ActiveSheetChanging |
The ActiveSheetChangingEventArgs class represents an argument for the ActiveSheetChanging event of a Spreadsheet control.
An instance of the ActiveSheetChangingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs ActiveSheetChangeEventArgsBase ActiveSheetChangingEventArgs
See Also
ActiveSheetChangingEventArgs Members
SpreadsheetControl.ActiveSheetChanging