CreateCustomModelDifferenceStoreEventArgs Class
In This Article
Arguments passed to the XafApplication.CreateCustomModelDifferenceStore and XafApplication.CreateCustomUserModelDifferenceStore events.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public class CreateCustomModelDifferenceStoreEventArgs :
HandledEventArgs
#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