InputBase<TValue>.ValueChanged Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um retorno de chamada que atualiza o valor associado.
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)
Valor da propriedade
- Atributos