Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
After updating (NuGet) from version 17.1.0.51 to 17.1.0.53, all events "OkButtonClicked" report a mismatch in event signature.
I tried cleaning the solution, deleted "obj" and "bin", uninstalled and reinstalled assemblies but I cannot compile my project.
I also checked the DLL with disassembly and the signature seems to be correct, but netvertheless it doesn't compile.
Error is: "Position 77:30. Signature (parameter 1) of EventHandler "oBwApp.Pages.PaladinPharma.CreazioneOrdineStepModuloGiornatePaladinPharmaView.pckMesePreferenziale_OnOkButtonClicked" doesn't match the event type"
The event in code-behind is like:
private void pckMesePreferenziale_OnOkButtonClicked(object sender, Syncfusion.SfPicker.XForms.SelectionChangedEventArgs e).....