Back to Devexpress

ExternalWorkbook.SchemaChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-externalworkbook.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event EventHandler SchemaChanged
vb
Event SchemaChanged As EventHandler

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

ExternalWorkbook Interface

ExternalWorkbook Members

DevExpress.Spreadsheet Namespace