EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method OnAfterFirstRenderAsync

    OnAfterFirstRenderAsync()

    Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop.

    Declaration
    protected virtual Task OnAfterFirstRenderAsync()
    Returns
    Type Description
    Task

    A Task representing any asynchronous operation.

    Remarks

    The OnAfterRender(bool) and OnAfterRenderAsync(bool) lifecycle methods are useful for performing interop, or interacting with values received from @ref.

    © Xab3r. All rights reserved.