CreateCustomModelSynchronizerEventArgs Class
OBSOLETE
Use the ModelApplying/ModelApplied/ModelSaving/ModelSaved events or override the ApplyModel/SaveModel methods instead.
Arguments passed to the ListEditor.CreateCustomModelSynchronizer event.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CreateCustomModelSynchronizer event occurs when the Application Model‘s node specified by the ListEditor.Model property has been changed. Handle this event, to specify an additional custom model synchronizer to be used by the List Editor.