Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Obsolete("Use the ModelApplying/ModelApplied/ModelSaving/ModelSaved events or override the ApplyModel/SaveModel methods instead.")]
public class CreateCustomModelSynchronizerEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
CreateCustomModelSynchronizerEventArgs
See Also