XafApplication.DatabaseUpdaterCreating Event
In This Article
Occurs when creating a database updater.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public event EventHandler<DatabaseUpdaterEventArgs> DatabaseUpdaterCreating
#Event Data
The DatabaseUpdaterCreating event's data class is DevExpress.ExpressApp.DatabaseUpdaterEventArgs.
#Remarks
This event is intended for internal use. To manually update the application’s database, handle the XafApplication.DatabaseVersionMismatch event, and use the database updater, accessible via the handler’s DatabaseVersionMismatchEventArgs.Updater parameter.
See Also