ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ItemEventArgs Class
Members

In This Topic
    ItemEventArgs Class
    In This Topic
    Provides data for events occuring for the Gauge items, such as C1GaugePointer, C1GaugeDecorator, and others.
    Object Model
    ItemEventArgs Class
    Syntax
    'Declaration
     
    Public Class ItemEventArgs 
       Inherits System.EventArgs
    public class ItemEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.C1Gauge.ItemEventArgs
             C1.Win.C1Gauge.ItemMouseEventArgs

    See Also