Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Watch window of all fired events?

Status
Not open for further replies.

gdrenfrew

Programmer
Aug 1, 2002
227
GB
Hello technical genii,

is it possible while stepping through code to watch which events on a control or form are firing? Maybe in a trace or immediate window?

I'm trying to find out what event is causing a particular behaviour (ultrawingrid refreshing and scroll bar not resetting) without writing handlers for all the (reasonably) possible events.

Thanks!
g
 
Thanks for the reply, but F11 doesn't take me into the event on the infragistics ultrawingrid control that is firing.

I click on a "RefreshGrid" button, I can step through that method, but when I leave that method, the actual refresh happens.

I'd like to find that actual method that is doing the refresh/redraw.

So there's no way to see what events are firing in C# without writing handlers for everything?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top