Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomModelDifferenceStoreEventArgs Class

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

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