In WPF, I have raised PreviewMouseLeftButtonDown
for a TabItem
. I want this event to raise when TabItem
s header is clcked. The TabItem
s content is a TextBox
and a Button
, but whenever I click on the TextBox
or Button
, TabItem
s PreviewMouseLeftButtonDown
is raised. How can it be avoided?
Please help,
Thanks