Infragistics(R) NetAdvantage(R) Windows Forms
OnMouseLeave Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > ControlBase Class : OnMouseLeave Method

e
An System.EventArgs that contains the event data.
Invoked when the mouse leaves the bounds of the control

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMouseLeave( _
   ByVal e As EventArgs _
) 
C# 
protected override void OnMouseLeave( 
   EventArgs e
)

Parameters

e
An System.EventArgs that contains the event data.

See Also