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 | Document |
An Document |
See Also