Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.11 KB

File metadata and controls

21 lines (14 loc) · 1.11 KB

IDialogService.ShowDialog method

Shows a modal dialog based on the passed ModalDialogViewModelBase. The ModalDialogViewModelBase dialog is currently only allowed to be created by implementing the abstract class WebViewModalDialogViewModel, which will allow using a IWebView inside a modal dialog.

public void ShowDialog(ModalDialogViewModelBase dialog)

Exceptions

exception condition
Exception dialog is null.

See Also