Back to Devexpress

ActiveSheetChangedEventArgs Class

officefileapi-devexpress-dot-spreadsheet-7e6011ab.md

latest2.4 KB
Original Source

ActiveSheetChangedEventArgs Class

Provides data for the SpreadsheetControl.ActiveSheetChanged event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

ActiveSheetChangedEventArgs is the data class for the following events:

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

Remarks

The ActiveSheetChangedEventArgs class represents an argument for the ActiveSheetChanged event of a Spreadsheet control.

An instance of the ActiveSheetChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs ActiveSheetChangeEventArgsBase ActiveSheetChangedEventArgs

See Also

ActiveSheetChangedEventArgs Members

SpreadsheetControl.ActiveSheetChanged

SpreadsheetControl.ActiveSheetChanged

DevExpress.Spreadsheet Namespace