Skip to main content

IDataMapping.ModelUpdated Property

Specifies a delegate method to be executed once a model is updated.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Action<bool> ModelUpdated { get; set; }

Property Value

Type Description
Action<Boolean>

A delegate method.

Remarks

Refer to the DxDataMappingBase<TModel> class description for more information and examples.

See Also