Skip to main content
Row

Workbook.DocumentSaved Event

Occurs after a document has been saved.

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public event EventHandler DocumentSaved

Event Data

The DocumentSaved event's data class is EventArgs.

Remarks

The DocumentSaved event fires after a document has been saved by an end-user at runtime or in code using the Workbook.SaveDocument method.

The Workbook.BeforeExport event occurs before a document is saved and allows you to specify export options related to the selected format.

Implements

See Also