Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / ItemMouseEnter Event

In This Topic
    ItemMouseEnter Event (C1GaugeBase)
    In This Topic
    Occurs when the mouse pointer enters a Gauge item.
    Syntax
    'Declaration
     
    Public Event ItemMouseEnter As ItemEventHandler
    public event ItemEventHandler ItemMouseEnter
    Event Data

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

    PropertyDescription
    Gets the owner C1Gauge control.  
    Gets the owner C1GaugeBase for the item causing the event.  
    Gets the item causing the event.  
    Indicates whether the item can be hit-tested.  
    Indicates whether the mouse pointer stays over the item.  
    Indicates whether the item is in 'pressed' state.  
    See Also