Table of Contents

Method OnMouseLeave

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnMouseLeave(EventArgs)

Called when the mouse pointer leaves the control.

protected override void OnMouseLeave(EventArgs e)

Parameters

e EventArgs

Remarks

Derived classes can override this method to handle the event without attaching a delegate.