0
kicks
WPF DoubleClickCommand in Xaml
Download code Some classes like Button an MenuItem provided a property named Command which makes coding simplier, but most other classes do not provide same kind of functionality for each events. I want to implement a Command for DoubleClick, I did tried Googled, there are some solution...