Example #1
0
 public void Navigate(NavigationArgs args) => this.NavigateCommand?.TryExecute(args);
Example #2
0
 public void RaiseNavigationRequested(NavigationArgs args) => this.NavigationRequested?.Invoke(this, args);