This question is locked. New answers and comments are not allowed.
I have a form in which I have multiple treeviews; I'm pointing the OnChecked event of each of the treeviews to the same onChecked(e) method. How can I get a reference to the treeview to which the "e" parameter belongs in the onChecked method?