ComponentBase.OnParametersSetAsync Método

Definición

Método invocado cuando el componente ha recibido parámetros de su elemento primario en el árbol de representación y los valores entrantes se han asignado a las propiedades.

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

Devoluciones

que Task representa cualquier operación asincrónica.

Se aplica a