Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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