Event MouseLeftButtonDown
Occurs when the mouse pointer is over the control and left mouse button is pressed.
public event MouseEventHandler? MouseLeftButtonDown
Returns
- MouseEventHandler
- Occurs when the mouse pointer is over the control and left mouse button is pressed.
- Implements