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