ActiveReports 8
MouseLeave Event (BackdropItem)

Occurs when the mouse pointer leaves the control.
Syntax
'Declaration
 
Public Event MouseLeave As GraphMouseEventHandler
public event GraphMouseEventHandler MouseLeave
Event Data

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

PropertyDescription
Button (Inherited from System.Windows.Forms.MouseEventArgs)
Clicks (Inherited from System.Windows.Forms.MouseEventArgs)
ControlGets or sets the control on which the mouse event occurred.  
Delta (Inherited from System.Windows.Forms.MouseEventArgs)
ItemCountGets a count of the number of times the item was clicked.  
Location (Inherited from System.Windows.Forms.MouseEventArgs)
PointIndexGets a count of the number of times the item was clicked.  
UserXGets the X coordinate of the mouse.  
UserYGets the Y coordinate of the mouse.  
X (Inherited from System.Windows.Forms.MouseEventArgs)
Y (Inherited from System.Windows.Forms.MouseEventArgs)
See Also

Reference

BackdropItem Class
BackdropItem Members

Support Forum