InputBase<TValue>.ValueChanged Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un callback che aggiorna il valore associato.
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)
Valore della proprietà
- Attributi