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

DocumentSavingEventHandler Delegate

A method that will handle the DocumentManager.AutoSaving event.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v18.2.dll

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