Back to Devexpress

Workbook.DocumentSaved Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-e5793b32.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event EventHandler DocumentSaved
vb
Public Event DocumentSaved As EventHandler

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

DocumentSaved

See Also

SaveDocument

How to: Save a Document to a File

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace