Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ItemMouseEventHandler Delegate
The source of the event.
An ItemMouseEventArgs object that contains the event data.

In This Topic
    ItemMouseEventHandler Delegate
    In This Topic
    Represents a method that handles mouse events occuring for the Gauge items.
    Syntax
    'Declaration
     
    Public Delegate Sub ItemMouseEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ItemMouseEventArgs _
    ) 
    public delegate void ItemMouseEventHandler( 
       System.object sender,
       ItemMouseEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    An ItemMouseEventArgs object that contains the event data.
    See Also