Editor<T>.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.
A callback that gets invoked when the value changes.
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<T> ValueChanged { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ValueChanged : Microsoft.AspNetCore.Components.EventCallback<'T> with get, set
Public Property ValueChanged As EventCallback(Of T)
Property Value
- Attributes