[]
        
(Showing Draft Content)

C1.Win.Gauge.FormatLabelEventHandler

FormatLabelEventHandler Delegate

Represents the method that handles the FormatLabel event.

Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
public delegate void FormatLabelEventHandler(object sender, FormatLabelEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

FormatLabelEventArgs e

A FormatLabelEventArgs object that contains the event data.

Constructors

Name Description
FormatLabelEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, FormatLabelEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, FormatLabelEventArgs)