I have a Dev-express Tree Structure with Drag and Drop capability. After Drag and Drop there is always a new structure of my database because change in the Tree structure. I want to update by database as soon as I apply Drag and Drop inside my Tree.
Thanks.
When you applying drop event, handle it right way and that is. It will look like this:
In
UpdateMyDataSource()you have to invoke your own logic to update database entity[ies] (connect to database, blah blah blah, etc.). You can retrive object you need using your own casting onsenderoreobjects.