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

WorkbookEventOptions Class

Provides options to specify how certain events are raised for the workbook.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public class WorkbookEventOptions :
    SpreadsheetNotificationOptions

The following members return WorkbookEventOptions objects:

Remarks

An instance of the WorkbookEventOptions class is accessible via the DocumentOptions.Events property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
WorkbookEventOptions
See Also