Skip to main content

DocumentSavingEventHandler Delegate

In This Article

A method that will handle the DocumentManager.AutoSaving event.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v24.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