Hello everyone,
I have a test.xaml file and his corresponding test.xaml.cs file in my common xamarin project.
When I add a "Clicked='MyHandler'" option on a tag in my test.xaml file, VS doesn't generate the code for the event in test.xaml.cs file...
I'm really stuck with this issue...