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