Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MainNavigationArgs.cs
2
4{
9 {
13 public string? TargetTabKey { get; set; }
14
18 public int? TargetTabIndex { get; set; }
19 }
20}
An base class holding page specific navigation parameters.
Navigation arguments for the MainPage, allowing callers to target a specific tab.
int? TargetTabIndex
Gets or sets the zero-based tab index to select. Ignored if TargetTabKey resolves to a tab.
string? TargetTabKey
Gets or sets the key of the tab to select (for example, "wallet").