protected override void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     throw new MvxException(@"BindBindableView with IMvxBindableListItemView should not be called for layout list items");
 }
Esempio n. 2
0
 protected override void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     throw new MvxException(@"BindBindableView with IMvxBindableListItemView should not be called for layout list items");
 }
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }
Esempio n. 4
0
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }