Parameter improvements
This commit is contained in:
@@ -5,10 +5,10 @@ public record NavigateEventArgs(string Route,
|
||||
string? Scope = null,
|
||||
object? Sender = null,
|
||||
EventHandler? Navigated = null,
|
||||
object[]? Parameters = null);
|
||||
IDictionary<string, object>? Parameters = null);
|
||||
|
||||
public record NavigateEventArgs<TNavigation>(object Region,
|
||||
object Template,
|
||||
object Content,
|
||||
object? Sender = null,
|
||||
object[]? Parameters = null);
|
||||
IDictionary<string, object>? Parameters = null);
|
||||
Reference in New Issue
Block a user