Rework navigation so we can resolve by key now
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.Xaml.Interactivity;
|
||||
|
||||
namespace Toolkit.UI.WinUI;
|
||||
|
||||
public class AttachedBehaviour :
|
||||
Trigger
|
||||
{
|
||||
protected override void OnAttached()
|
||||
{
|
||||
Interaction.ExecuteActions(AssociatedObject, Actions, null);
|
||||
base.OnAttached();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user