Compartir a través de


Editor<T>.ValueChanged Propiedad

Definición

Devolución de llamada que se invoca cuando cambia el valor.

[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)

Valor de propiedad

Atributos

Se aplica a