DocumentSavingEventHandler Delegate
A method that will handle the DocumentManager.AutoSaving event.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v25.1.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