Method OnMouseCaptureLost
OnMouseCaptureLost(EventArgs)
Called when the control loses mouse capture.
protected override void OnMouseCaptureLost(EventArgs e)
Parameters
Remarks
Derived classes can override this method to handle the event without attaching a delegate.