Improve navigation

This commit is contained in:
TheXamlGuy
2024-05-16 22:30:01 +01:00
parent 7f3c4c53cc
commit 85a14a8259
9 changed files with 53 additions and 38 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
namespace Toolkit.Foundation;
public record NavigateEventArgs(string Route,
object? Context = null,
object? Region = null,
string? Scope = null,
object? Sender = null,
EventHandler? Navigated = null,
object[]? Parameters = null);
public record NavigateEventArgs<TNavigation>(object Context,
public record NavigateEventArgs<TNavigation>(object Region,
object Template,
object Content,
object? Sender = null,