WPF: Double-click event handlers
How do I add a double-click event to a ListView/GridView control? In fact, adding such a double-click event handler to a certain control is a simple task.
An event handler is simply a method (function) that receives the input from a device such as a mouse or keyboard and does something with it. Like its name implies, it handles events – more specifically, input events.



