I have a little doubt, how can i simulate the TreeView NodeMouseClick Event from any button ?
I tried this:
TRV_Lista_NodeMouseClick(sender, (TreeNodeMouseClickEventArgs) e);
But doesn't work. Any idea ? Thanks in advance!
EDIT:
Finally i got it. calling TRV_Lista_NodeMouseClick(sender, null) and controlling in the method if (e != null).