Editor<T>.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.
Rappel appelé lorsque la valeur change.
[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)
Valeur de propriété
- Attributs