Skip to main content
A newer version of this page is available. .

DocumentAutoSavingEventHandler Delegate

A method that handles the AutoSaving event.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v21.1.dll

NuGet Package: DevExpress.AspNetCore.Core

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