IBarSpinEdit.ValueChanged Property
Specifies whether the editor’s value is changed.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
Func<decimal, Task> ValueChanged { get; set; }
Property Value
Type | Description |
---|---|
Func<Decimal, Task> | A delegate method that specifies whether the editor’s value is changed. |
Remarks
Refer to the IBarSpinEdit interface description for more information and an example.
See Also