Skip to main content
A newer version of this page is available. .
Row

ActiveSheetChangingEventArgs Class

Provides data for the SpreadsheetControl.ActiveSheetChanging event.

Namespace: DevExpress.Spreadsheet

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

Declaration

[ComVisible(true)]
public class ActiveSheetChangingEventArgs :
    ActiveSheetChangeEventArgsBase

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

See Also