Skip to main content

DocumentSavingEventHandler Delegate

A method that will handle the DocumentManager.AutoSaving event.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void DocumentSavingEventHandler(
    object source,
    DocumentSavingEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e DocumentSavingEventArgs

An DocumentSavingEventArgs object that contains event data.

See Also