Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.DocumentSaved Event

Occurs after a document has been saved.

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

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