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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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