Sonntag, 22. September 2013

Controls support now databinding

New Interfaces have bin provided to support databinding.
  • IObservable - provides item notification
  • IObservableList<> - provides collection notification
  • IObservableHierarchyList - provides hierarchy collection notification
TreeView, Grid, TabStrip Controls consume data from IObservableList<> / IObservableHierarchyList / IObservable now.