Skip to main content
Row

ExternalWorkbook.SchemaChanged Event

Occurs when the schema of an external workbook is changed (a new worksheet is added, a new defined name appears etc.).

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

event EventHandler SchemaChanged

Event Data

The SchemaChanged event's data class is EventArgs.

Remarks

The SchemaChanged event allows the external workbook to notify the base workbook about changes in its schema so that the base workbook can update its external references accordingly.

See Also