IHandleAfterRender.OnAfterRenderAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.