Skip to main content
.NET 6.0+

CreateCustomModelDifferenceStoreEventArgs Class

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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