after Deleting a Node AfterDelete Event ist not fired.
How are you deleting the nodes? In code, or via the user interface?
If the BeforeDelete event firing?
Is the tree bound or unbound?
What version are you using?
i remove nodes in code because i 've to remove some more data. tree is not bound.i call node.Remove() . event ist not firingdoes performaction.clearallselectednodes remove the activenode?