ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / FormatLabelEventHandler Delegate
The source of the event.
A FormatLabelEventArgs object that contains the event data.

In This Topic
    FormatLabelEventHandler Delegate
    In This Topic
    Represents the method that handles the FormatLabel event.
    Syntax
    'Declaration
     
    Public Delegate Sub FormatLabelEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As FormatLabelEventArgs _
    ) 
    public delegate void FormatLabelEventHandler( 
       System.object sender,
       FormatLabelEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A FormatLabelEventArgs object that contains the event data.
    See Also