|
Hello All,
I needed to bind a treeview with my custom dataobjects in such a way that, I can implement MVP pattern.
Assume I bind a treeview with my custom object (not xml) deleting a node should trigger listChanged in the presenter, which holds the dataobject.
Is this possible in .NET 2.0. I am following this approach after reading Josh Smith s MVVM artcile for WPF. I Want to adopt this approach for 2.0 treeview . is this possible?
Regards Sandeep
|