Behaviors in UWP (Event trigger command error
问题 SCENERIO: I have a custom control where the control template has a grid. I want to add a behavior to the grid tapped event. WHAT I HAVE DONE: I have installed the Nuget package for managed UWP behaviors Install-Package Microsoft.Xaml.Behaviors.Uwp.Managed In the custom control's resource dictionary, I have the following xml namespaces referenced along with other necessary namespaces xmlns:i="using:Microsoft.Xaml.Interactivity" xmlns:core="using:Microsoft.Xaml.Interactions.Core" Then in the