ISupportModelSaving.ModelSaving Event
In This Article
Occurs when the ASP.NET Web Forms List Editor’s control customizations are saved to the Application Model.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
event EventHandler<EventArgs> ModelSaving
#Event Data
The ModelSaving event's data class is EventArgs.
See Also