Carlo
Carlo

Reputation: 25959

See what handled a routed event

Basically we have a huge project, and we have an event handler that sometimes is triggered and some others it isn't. I think this is because somewhere in the jungle of code, we're handling that event, so it doesn't bubble up to where we need it. Is there anyway to find out where is it being handled?

Thanks!

Upvotes: 2

Views: 235

Answers (1)

Ankesh
Ankesh

Reputation: 4885

Did you try to use Snoop..... there is an event Tab that tells us where the event is bubbled to and where its handled...

Upvotes: 2

Related Questions