UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Method ShowDialogAsync

    ShowDialogAsync(IDialogViewModel)

    Shows a dialog with the specified view model and returns a task that completes when the dialog closes.

    Declaration
    public Task ShowDialogAsync(IDialogViewModel viewModel)
    Parameters
    Type Name Description
    IDialogViewModel viewModel

    The view model for the dialog.

    Returns
    Type Description
    Task
    Implements
    IDialogPresenter.ShowDialogAsync(IDialogViewModel)

    ShowDialogAsync<TResult>(IDialogViewModel<TResult>)

    Shows a dialog with the specified view model and returns a task that completes with the dialog result when the dialog closes.

    Declaration
    public Task<TResult> ShowDialogAsync<TResult>(IDialogViewModel<TResult> viewModel)
    Parameters
    Type Name Description
    IDialogViewModel<TResult> viewModel

    The view model for the dialog.

    Returns
    Type Description
    Task<TResult>
    Type Parameters
    Name Description
    TResult
    Implements
    IDialogPresenter.ShowDialogAsync<TResult>(IDialogViewModel<TResult>)
    © Singulink. All rights reserved.