Hello, Welcome to Micorosoft Q&A,
TreeView ItemInvoked event is not fired/called when app is in Release Mode
During the testing, ItemInvoked
could be triggered when TreeView item clicked. Please try to clean the solution and rebuild again.
And as @Dennis Arriola comment said, could also use Tapped evet name to replace. it will work as expected
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Tapped">
<Core:InvokeCommandAction Command="{Binding Command}" />
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.