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

Search Results for

    Method OnAfterFirstRender

    OnAfterFirstRender()

    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 override void OnAfterFirstRender()
    Overrides
    ReactiveComponentBase.OnAfterFirstRender()
    Remarks

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

    2025 © Xab3r. All rights reserved.