IHandleAfterRender.OnAfterRenderAsync Method

Definition

Notifies the component that it has been rendered.

public:
 System::Threading::Tasks::Task ^ OnAfterRenderAsync();
public System.Threading.Tasks.Task OnAfterRenderAsync ();
abstract member OnAfterRenderAsync : unit -> System.Threading.Tasks.Task
Public Function OnAfterRenderAsync () As Task

Returns

A Task that represents the asynchronous event handling operation.

Applies to