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