Skip to content

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.

public interface IWindowService

Members

name description
Show<T>(…) Shows the view model in a non-modal window and returns immediately, without waiting for the window to close.

See Also