,CrissCross.IUseHostedNavigation)>
Defined in Type: NavigationModel
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public NavigationModel(Type? viewModel, ICollection<NavigationModel> navigationModels, IUseHostedNavigation? navigationService = null)
Summary: Initializes a new instance of the NavigationModel class.
Parameters
| Name | Type | Description |
|---|---|---|
viewModel | Type? | The view model. |
navigationModels | ICollection | The navigation models. |
navigationService = null | [IUseHostedNavigation?](# | The navigation service. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | navigationModels. |