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
580
AfterDelete not fired
posted

after Deleting a Node AfterDelete Event ist not fired. 

  • 69832
    Offline posted

    Presumably you are "deleting" the node by calling its Remove method or the Remove method of its parent collection. In order to get the AfterDelete event to fire, you must remove selected nodes via the PerformAction( UltraTreeAction.DeleteNodes) method, after enabling node deletion by setting Override.AllowDelete.

  • 469350
    Offline posted

    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?