Represents the method that handles the FormatLabel event.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
public delegate void FormatLabelEventHandler( Object sender, FormatLabelEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub FormatLabelEventHandler ( _ sender As Object, _ e As FormatLabelEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event.
- e
- Type: C1.Web.UI.Controls.C1Gauge..::..FormatLabelEventArgs
A FormatLabelEventArgs object that contains the event data.