WPF: Button single click + double click issue
If you set the RoutedEvent‘s e.Handled to true after handling the MouseDoubleClick event then it will not call the Click Event the second time after the MouseDoubleClick. There’s a recent post which touches on having different behaviors for SingleClick and DoubleClick which may be useful. However, if you are sure you want separate behaviors and … Read more