Back to Devexpress

Workbook.ModifiedChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-44c5fa14.md

latest1.4 KB
Original Source

Workbook.ModifiedChanged Event

Occurs when the value of the Workbook.Modified property is changed.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event EventHandler ModifiedChanged
vb
Public Event ModifiedChanged As EventHandler

Event Data

The ModifiedChanged event's data class is EventArgs.

Implements

ModifiedChanged

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace