ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / MouseMove Event

In This Topic
    MouseMove Event (BackdropItem)
    In This Topic
    Occurs when the mouse pointer is moved over the control.
    Syntax
    'Declaration
     
    Public Event MouseMove As GraphMouseEventHandler
    public event GraphMouseEventHandler MouseMove
    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
    Gets or sets the control on which the mouse event occurred.  
    Gets a count of the number of times the item was clicked.  
    Gets a count of the number of times the item was clicked.  
    Gets the X coordinate of the mouse.  
    Gets the Y coordinate of the mouse.  
    See Also