Click here to Skip to main content
15,917,176 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,

I have a Treeview in a form. I can add a child node, delete nodes, shift a child node by creating a subfolder in the Treeview and also change text of any child node.

How can I determine programmatically, whether or not one of these events/changes was made?

Thanks & Regards
Posted
Updated 16-Apr-12 0:02am
v2

1 solution

Have a look at this article, especially the 'Events' section where you will find all that you need to interact with your control based on actions applied to it.
 
Share this answer
 
Comments
42ka1 16-Apr-12 6:20am    
Can u tell me which events generally generated for such changes
phil.o 16-Apr-12 6:42am    
Have a look at the 'Description' column in said article, you will find here a brief description of when given event is fired.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900