wpf - Difference between IsPreviewxxxxx and xxxxxxx events? -


what difference between ispreviewxxxxx events , xxxxx events?

like, ispreviewmousedown , mousedown event. difference in behavior, when use , pitfalls in using either of them on other.

see msdn here.

they're used suppress handling of corresponding actual event, particularly parent controls. such they're tunnelling, giving parent controls ability preview or reinterpret event before target control gets it.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -