[]
        
(Showing Draft Content)

C1.Win.Gauge.ItemEventArgs

ItemEventArgs Class

Provides data for events occuring for the Gauge items, such as C1GaugePointer, C1GaugeDecorator, and others.

Inheritance
ItemEventArgs
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
public class ItemEventArgs : EventArgs

Properties

Name Description
Container

Gets the owner C1Gauge control.

Gauge

Gets the owner C1GaugeBase for the item causing the event.

Item

Gets the item causing the event.

ItemEnabled

Indicates whether the item can be hit-tested.

ItemHot

Indicates whether the mouse pointer stays over the item.

ItemPressed

Indicates whether the item is in 'pressed' state.