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