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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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).....