AL|EN

AL|EN

  • NA
  • 3
  • 511

TreeView - detect node position change

Aug 7 2019 7:16 AM
I have TreeView:
  1. Group01  
  2.  - PackageP1  
  3.     - ComponentC1  
  4.     - ComponentC2  
  5. Group02  
  6.  - PackageP2  
  7.     - ComponentC3  
  8.     - ComponentC4  
  9. Group03  
  10.  - PackageP3  
  11.     - ComponentC5  
  12.     - ComponentC6  
The position of the nodes of this treeview can be changed via Drag&Drop, keyboard hotkey and separate Up/Down buttons. How to react when node will change it's position on the TreeView? I didn't find anything which might be Event OnNodeIndexChange.

Answers (2)