ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / MouseEnter Event

In This Topic
    MouseEnter Event (BackdropItem)
    In This Topic
    Occurs when the mouse pointer enters the control.
    Syntax
    'Declaration
     
    Public Event MouseEnter As GraphMouseEventHandler
    public event GraphMouseEventHandler MouseEnter
    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 the graph  
    Gets mouse event button state  
    Gets a count of the number of times the item was clicked.  
    Gets Shape Area on which mouse event occured on  
    Gets source point on which mouse event occured on  
    Gets user point on which mouse event occured on  
    See Also