G
Guest
Hi,
I have a tree view, when I check/uncheck the node checkbox the
TreeView_AfterCheck event (function) occure and I go inside this function.
In this function I trying to fegure which node has been checked , using the
(System.Windows.Forms.TreeView)sender).SelectedNode don't return the node
checked it return the selected node which is not the same as the one checked.
How can I solve this problem ?
I have a tree view, when I check/uncheck the node checkbox the
TreeView_AfterCheck event (function) occure and I go inside this function.
In this function I trying to fegure which node has been checked , using the
(System.Windows.Forms.TreeView)sender).SelectedNode don't return the node
checked it return the selected node which is not the same as the one checked.
How can I solve this problem ?