I am hoping for some help.
In my application, I have a Text Box which should display the event occured in any control while clicking it.
For exmaple, if I click on a button or a checkbox in the app., the text box should identify the event and display as button1.clicked, checkbox1.checked kind of things.
Can anyone help me to get this done.
Thanks In Advance.:)
If you want to do it for all controls dynamically you can navigate through the controls tree and subscribe the same event handler for events like shown below, in case of predefined controls set basically just subscribe all of them for the same even handlers.
Predefined controls set
Dynamic