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

Search Results for

    Method OnInitializedAsync

    OnInitializedAsync(IServiceProvider)

    Called after the IServiceProvider has been fully constructed and assigned to the control. This phase is appropriate for resolving services, accessing runtime state, and performing post-configuration logic.

    Declaration
    public Task OnInitializedAsync(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    The final DI container built for the Blazor control.

    Returns
    Type Description
    Task

    A task that completes when post-initialization is complete.

    Implements
    IBlazorContentControlConfigurator.OnInitializedAsync(IServiceProvider)
    2025 © Xab3r. All rights reserved.