This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Xamarin.Forms - Validation Callback
Fix issue with Content Page behaviors (#652) This allows behaviors to be attached to page events via <ContentPage.Behaviors> like Appearing and Disappearing. Without this fix, we get the cryptic following error: "Additional information: bindable not an instance of AssociatedType" Original discussion and solution here: https://forums.xamarin.com/discussion/comment/230200/#Comment_230200