IWindowService interface¶
Shows non-modal application windows from view model code, so that a view model can open a window without referencing any window type. The counterpart for modal dialogs is IDialogService.
Members¶
| name | description |
|---|---|
| Show<T>(…) | Shows the view model in a non-modal window and returns immediately, without waiting for the window to close. |