Back to Devexpress

CreateCustomModelDifferenceStoreEventArgs Class

expressappframework-devexpress-dot-expressapp-369cc735.md

latest2.5 KB
Original Source

CreateCustomModelDifferenceStoreEventArgs Class

Arguments passed to the XafApplication.CreateCustomModelDifferenceStore and XafApplication.CreateCustomUserModelDifferenceStore events.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomModelDifferenceStoreEventArgs :
    HandledEventArgs
vb
Public Class CreateCustomModelDifferenceStoreEventArgs
    Inherits HandledEventArgs

CreateCustomModelDifferenceStoreEventArgs is the data class for the following events:

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

CreateCustomModelDifferenceStoreEventArgs Members

DevExpress.ExpressApp Namespace