4 instantiations of ShellNavigatingEventArgs
Microsoft.Maui.Controls (4)
Shell\Shell.cs (1)
1542
var args = new
ShellNavigatingEventArgs
(this.CurrentState, new ShellNavigationState(""), ShellNavigationSource.Pop, true);
Shell\ShellNavigationManager.cs (1)
385
var navArgs = new
ShellNavigatingEventArgs
(_shell.CurrentState, proposedState, source, canCancel)
Shell\ShellSection.cs (2)
1183
new
ShellNavigatingEventArgs
(
1212
new
ShellNavigatingEventArgs
(
16 references to ShellNavigatingEventArgs
Microsoft.Maui.Controls (16)
Menu\MenuItemTracker.cs (1)
228
void OnShellNavigating(object sender,
ShellNavigatingEventArgs
e)
Shell\Shell.cs (4)
1289
public event EventHandler<
ShellNavigatingEventArgs
> Navigating;
1542
var
args = new ShellNavigatingEventArgs(this.CurrentState, new ShellNavigationState(""), ShellNavigationSource.Pop, true);
1616
void SendNavigating(
ShellNavigatingEventArgs
args)
1632
protected virtual void OnNavigating(
ShellNavigatingEventArgs
args)
Shell\ShellNavigationManager.cs (8)
18
public event EventHandler<
ShellNavigatingEventArgs
> Navigating;
29
ShellNavigatingEventArgs
deferredArgs = null,
61
ShellNavigatingEventArgs
deferredArgs = shellNavigationParameters.DeferredArgs;
76
var
navigatingArgs = ProposeNavigation(source, state, canCancel, animate ?? true);
354
var
navArgs = ProposeNavigation(source, proposedState, canCancel, isAnimated);
376
ShellNavigatingEventArgs
ProposeNavigation(
385
var
navArgs = new ShellNavigatingEventArgs(_shell.CurrentState, proposedState, source, canCancel)
395
public void HandleNavigating(
ShellNavigatingEventArgs
args)
Shell\ShellNavigationParameters.cs (1)
12
public
ShellNavigatingEventArgs
DeferredArgs { get; set; }
Shell\ShellSection.cs (2)
1182
ShellNavigatingEventArgs
shellNavigatingEventArgs =
1211
ShellNavigatingEventArgs
shellNavigatingEventArgs =