ComponentBase.OnParametersSetAsync Méthode
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.
Méthode appelée lorsque le composant a reçu des paramètres de son parent dans l’arborescence de rendu et que les valeurs entrantes ont été affectées aux propriétés.
protected:
virtual System::Threading::Tasks::Task ^ OnParametersSetAsync();
protected virtual System.Threading.Tasks.Task OnParametersSetAsync ();
abstract member OnParametersSetAsync : unit -> System.Threading.Tasks.Task
override this.OnParametersSetAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function OnParametersSetAsync () As Task
Retours
Task représentant n’importe quelle opération asynchrone.