Back to Devexpress

ActiveSheetChangingEventArgs Class

officefileapi-devexpress-dot-spreadsheet-e1afb7da.md

latest2.4 KB
Original Source

ActiveSheetChangingEventArgs Class

Provides data for the SpreadsheetControl.ActiveSheetChanging event.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class ActiveSheetChangingEventArgs :
    ActiveSheetChangeEventArgsBase
vb
<ComVisible(True)>
Public Class ActiveSheetChangingEventArgs
    Inherits ActiveSheetChangeEventArgsBase

ActiveSheetChangingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.ActiveSheetChanging
WPF ControlsSpreadsheetControl.ActiveSheetChanging
Office File APIISpreadsheetComponent.ActiveSheetChanging
Workbook.ActiveSheetChanging

Remarks

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.

Inheritance

Object EventArgs ActiveSheetChangeEventArgsBase ActiveSheetChangingEventArgs

See Also

ActiveSheetChangingEventArgs Members

SpreadsheetControl.ActiveSheetChanging

SpreadsheetControl.ActiveSheetChanging

DevExpress.Spreadsheet Namespace