DocumentAutoSavingEventHandler Delegate
In This Article
A method that handles the DocumentManager.AutoSaving event.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void DocumentAutoSavingEventHandler(
IDocumentInfo documentInfo,
DocumentSavingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
document |
IDocument |
An object that contains information about the processed document. |
e | Document |
An object that contains event data. |
See Also