开发者

Finding the mouseevents wpf c#

My question is very general, I'm making a project and referenced two projects(graphsharp开发者_如何转开发 and wpfextensions). These are helping me to create graphs.

When I created my graph for example I can easily drag the vertexes or move the graph by clicking the empty space in screen etc..

But I do not know what is happening in background, for multitouch capabilities, I need to find what is going on when a mouse event raised.

Therefore my question is how to find these events and methods in a lot of source files ?

Thanks.


The question does really general and fuzzy but probably some tool like Snoop http://snoopwpf.codeplex.com/ will help you (here you can take a look how it works and looks http://blois.us/Snoop/). There is "Events" tab for selected part of UI of your application where you can investigate all the way of Event through a visual tree and see who (which control) has handled this event. Then you should check the control that handled this event and see if it's something you are looking for.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜