I’m not sure what’s wrong/what I’m missing but I get the following error:
“AG_E_PARSER_BAD_PROPERTY_VALUE”
Whenever I add a “Click=” to my xaml for the application bar.
I have this code currently:
<shell:ApplicationBarIconButton IconUri="/Resources/Icons/ApplicationBar.Settings.png" Text="Settings" Click="Settings_Click"/>
The method Settings_Click exists, beyond that, I’m not sure what I’m missing?
Are you sure the method has the right signature?