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

Search Results for

    Method StartShowingDialog

    StartShowingDialog(object)

    Starts showing the specified framework dialog object. This is invoked in a fire-and-forget manner; awaiting completion of the dialog is handled by the core orchestration via the dialog's TaskCompletionSource.

    Declaration
    protected override void StartShowingDialog(object dialog)
    Parameters
    Type Name Description
    object dialog

    The framework-specific dialog object that was wired by WireDialog(object, IDialogViewModel, out ITaskRunner).

    Overrides
    NavigatorCore.StartShowingDialog(object)
    © Singulink. All rights reserved.