CreateCustomModelDifferenceStoreEventArgs Class
Arguments passed to the XafApplication.CreateCustomModelDifferenceStore and XafApplication.CreateCustomUserModelDifferenceStore events.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CreateCustomModelDifferenceStore and CreateCustomUserModelDifferenceStore events occur when an XafApplication is set up. Handle these event to specify a custom storage for Application Model differences.
Inheritance
Object
EventArgs
HandledEventArgs
CreateCustomModelDifferenceStoreEventArgs
See Also