Improve navigation
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
public interface INavigationScope
|
||||
{
|
||||
void Navigate(string route, object? sender = null, object? context = null,
|
||||
EventHandler? navigated = null, object[]? parameters = null);
|
||||
void Navigate(string route,
|
||||
object? sender = null,
|
||||
object? region = null,
|
||||
EventHandler? navigated = null,
|
||||
object[]? parameters = null);
|
||||
|
||||
void Back(object? context);
|
||||
void Back(object? region);
|
||||
}
|
||||
Reference in New Issue
Block a user