Link to home
Start Free TrialLog in
Avatar of NeonBlue
NeonBlue

asked on

Capture Component Events

Hi all, is there any way to capture all the events of specified component ? For example when i want to follow the Button1, i want to capture all of the events of Button1..

All i want to do is to store the event triggers of selected component..

Button1 OnClick event occured
Button1 OnMouseMove event occured
..
..

ListBox1 OnEnter event occured
ListBox1 OnClick event occured..

Is there any way to do that ? If it's possible please give me a roadmap about it..

Regards,
ASKER CERTIFIED SOLUTION
Avatar of nestorua
nestorua

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NeonBlue
NeonBlue

ASKER

Yeah i know that but it's not a useful solution..
What do you mean saying 'not useful'. If you write some Event Handler you could as well add one row code. If not - the corresponding procedure will not do anything.