Example #1
0
 protected override void OnBindingContextChanged()
 {
     // TODO: we should provide a delegate to obtain children of a Container object,
     //       however currently there is no way to get the list of children
     EvasObject.SetBindingContext(BindingContext);
     base.OnBindingContextChanged();
 }