InputBase<TValue>.ValueChanged Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un rappel qui met à jour la valeur liée.
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)
Valeur de propriété
- Attributs