Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
XamDataTree "updateComplete" event
posted

I use mvvm in my application. So I have isChecked binded to the ViewModel property. The checkboxes are enabled.

When I click on a checkbox the tree automatically updates several layers, which is expected.

Each value on the tree works like a filter on the observable collection. So I have to recalculate it on every change.

But I don't want to do it on every call of Set method for isChecked property. 

Is there a way get a callback/event when the tree finishes its own updates? So I rebuild final collection after all the checkboxes were set/reset.

Thanks

Parents Reply Children
No Data