[]
        
(Showing Draft Content)

C1.Win.C1Gauge.ItemMouseEventHandler

ItemMouseEventHandler Delegate

Represents a method that handles mouse events occuring for the Gauge items.

Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
public delegate void ItemMouseEventHandler(object sender, ItemMouseEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

ItemMouseEventArgs e

An ItemMouseEventArgs object that contains the event data.

Constructors

Name Description
ItemMouseEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ItemMouseEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ItemMouseEventArgs)