ComponentOne Gauges for WinForms
FormatLabelEventHandler Delegate

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : FormatLabelEventHandler Delegate
The source of the event.
A FormatLabelEventArgs object that contains the event data.
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

Reference

FormatLabelEventHandler Members
C1.Win.C1Gauge Namespace