InputBase<TValue>.ValueChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a callback that updates the bound value.
public:
property Microsoft::AspNetCore::Components::EventCallback<TValue> ValueChanged { Microsoft::AspNetCore::Components::EventCallback<TValue> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TValue> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TValue> ValueChanged { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ValueChanged : Microsoft.AspNetCore.Components.EventCallback<'Value> with get, set
Public Property ValueChanged As EventCallback(Of TValue)
Property Value
- Attributes