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
225
node copying
posted

how to raise add node event for copy in webdatatree

Parents
No Data
Reply
  • 3726
    Suggested Answer
    posted

    Hi,

    by design the WebDataTree does not raise node add event, when a node is copied in the same tree. It occurs only for true add of new node and when moving between trees. I'll log this as a feature request for a future release. The only way to copy a node is using D&D and then you can handle the NodeDropping event and examine the arguments and detect that the D&D operation is it Copy, Move or Default(Move).

    Thanks,

    Lubomir

Children
No Data