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
95
XamDataTree: alter underlying data when dragging to move
posted

Hey there,

We've got a XamDataTree where we allow dragging and dropping within the tree. Some of the properties on the underlying data item need to be updated when being dragged into a new place, and when copying we're able to handle that because we simply create a new data item as a part of the NodeDragDrop event and update those properties as a part of the new data item. But what about when moving? How can I capture that and update just a couple of the properties on the underlying data item that's being moved?