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");
 }
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }
示例#4
0
 protected virtual void BindBindableView(object source, IMvxBindableListItemView viewToUse)
 {
     viewToUse.BindTo(source);
 }