Exemple #1
0
 private static void OnShowErrorMessageChanged(BindableObject bindable, object oldValue, object newValue)
 {
     // execute on bindable context changed method
     (bindable as MpEntry)?.CheckValidation();
 }
Exemple #2
0
        static void OnSelectedValueChanged(BindableObject bindable, Object oldValue, Object newValue)
        {
            var boundPicker = (MpPicker)bindable;

            boundPicker.InternalSelectedValueChanged();
        }