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 abstract void StartShowingDialog(object dialog)
Parameters
| Type | Name | Description |
|---|---|---|
| object | dialog | The framework-specific dialog object that was wired by WireDialog(object, IDialogViewModel, out ITaskRunner). |