ActiveReports.Chart Assembly > DataDynamics.ActiveReports.Chart Namespace > BackdropItem Class : MouseMove Event |
'Declaration Public Event MouseMove As GraphMouseEventHandler
public event GraphMouseEventHandler MouseMove
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.
Property | Description |
---|---|
Button | (Inherited from System.Windows.Forms.MouseEventArgs) |
Clicks | (Inherited from System.Windows.Forms.MouseEventArgs) |
Control | Gets or sets the control on which the mouse event occurred. |
Delta | (Inherited from System.Windows.Forms.MouseEventArgs) |
ItemCount | Gets a count of the number of times the item was clicked. |
Location | (Inherited from System.Windows.Forms.MouseEventArgs) |
PointIndex | Gets a count of the number of times the item was clicked. |
UserX | Gets the X coordinate of the mouse. |
UserY | Gets the Y coordinate of the mouse. |
X | (Inherited from System.Windows.Forms.MouseEventArgs) |
Y | (Inherited from System.Windows.Forms.MouseEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2