INavigationWindow interface¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.INavigationWindow
Modifiers: public abstract
Summary¶
Represents a contract with a Window that contains INavigationView. Through defined IPageService service allows you to use the MVVM model in navigation.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| GetNavigation | Provides direct access to the control responsible for navigation. |
| Navigate | Lets you navigate to the selected page based on it's type. Should be used with [IPageService](# |
| SetServiceProvider | Lets you attach the service provider that delivers page instances to [INavigationView](# |
| SetPageService | Lets you attach the service that delivers page instances to [INavigationView](# |
| ShowWindow | Triggers the command to open a window. |
| CloseWindow | Triggers the command to close a window. |