Improved event naming
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface INavigateBackHandler<TNavigation> :
|
||||
INotificationHandler<NavigateBack<TNavigation>>,
|
||||
INotificationHandler<NavigateBackEventArgs<TNavigation>>,
|
||||
INavigateHandler;
|
||||
Reference in New Issue
Block a user