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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -