I have a RastreeView... such as:
Every node has an attribute
Folders has attribute["Type"] = "F"
and documents has attribute["Type"] = "D"
When create a TV for every node assign ContextMenu
Document has --> document Context Menu
Folder has --> Folder Context Menu
I
NEED change contextMenu if user do:
-- click on Documents and Folders -->
Change to COMMON MENU
I do this in RastreeView ClickNode event , but does not work if I selected every node with Control+click or shift+click
Where I can catch all selected nodes and change on runtime ContextMenu??
regards