Method OnMouseLeftButtonDown
OnMouseLeftButtonDown(MouseEventArgs)
Called when the left mouse button was pressed.
protected override void OnMouseLeftButtonDown(MouseEventArgs e)
Parameters
Remarks
Derived classes can override this method to handle the event without attaching a delegate.