Share via


Editor<T>.ValueChanged Property

Definition

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

Applies to