protected override void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     throw new MvxException(@"BindBindableView with IMvxBindableListItemView should not be called for layout list items");
 }
Пример #2
0
 protected override void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     throw new MvxException(@"BindBindableView with IMvxBindableListItemView should not be called for layout list items");
 }
Пример #3
0
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }
Пример #4
0
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }