You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use ICommand or XamlUICommand interface instead.
publicNavigationPage(){this.InitializeComponent();// Add Event Listener for the CommandCommand.ExecuteRequested+=Command_ExecuteRequested;}// Property with InstanciationpublicXamlUICommandCommand{get;set;}=newXamlUICommand();// Example Event (exits that application)privatevoidCommand_ExecuteRequested(XamlUICommandsender,ExecuteRequestedEventArgsargs){App.Current.Exit();}
Describe the bug
MenuFlyoutItem Click events not called in the app
Steps to reproduce the bug
Expected behavior
Events should be called
Screenshots
No response
NuGet package version
Platform
WinUI
IDE
Visual Studio 2022
Windows Version
Windows 11
WindowsAppSDK Version
Other
WindowsAppSDK Type
Other
Manifest
The text was updated successfully, but these errors were encountered: