WIP
This commit is contained in:
@@ -6,10 +6,3 @@ public record NavigateEventArgs(string Route,
|
||||
object? Sender = null,
|
||||
EventHandler? Navigated = null,
|
||||
IDictionary<string, object>? Parameters = null);
|
||||
|
||||
|
||||
public record NavigateTemplateEventArgs(object Region,
|
||||
object Template,
|
||||
object Content,
|
||||
object? Sender = null,
|
||||
IDictionary<string, object>? Parameters = null);
|
||||
Reference in New Issue
Block a user