A newer version of this page is available.
Switch to the current version.
CreateCustomModelDifferenceStoreEventArgs Class
Arguments passed to the XafApplication.CreateCustomModelDifferenceStore and XafApplication.CreateCustomUserModelDifferenceStore events.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public class CreateCustomModelDifferenceStoreEventArgs :
HandledEventArgs
Public Class CreateCustomModelDifferenceStoreEventArgs
Inherits 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
Feedback