ShellNavigatingEventArgs public class ShellNavigatingEventArgs : EventArgs Arguments for the OnNavigating event. Documentation Code public bool CanCancel { get; } public bool Cancelled { get; } public ShellNavigationState Current { get; } public ShellNavigationSource Source { get; } public ShellNavigationState Target { get; } public ShellNavigatingEventArgs(ShellNavigationState current, ShellNavigationState target, ShellNavigationSource source, bool canCancel) public bool Cancel()