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

Syntax

Visual Basic (Declaration) 
Public Event MouseLeaveElement As Infragistics.Win.UIElementEventHandler
C# 
public event Infragistics.Win.UIElementEventHandler MouseLeaveElement

Event Data

The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.

PropertyDescription
Element  

See Also