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
    Task ShowDialogAsync(IDialogViewModel viewModel)
    Parameters
    Type Name Description
    IDialogViewModel viewModel

    The view model for the dialog.

    Returns
    Type Description
    Task

    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
    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
    © Singulink. All rights reserved.