Table of Contents

Delegate AxisPolarBase.SupplyCustomAmplitudeStringEventHandler

Namespace
LightningChartLib.WinForms.Charting.Axes
Assembly
LightningChart.WinForms.Charting.NET4.dll

The delegate to use for handlers that receive the SupplyCustomAmplitudeString event.

public delegate void AxisPolarBase.SupplyCustomAmplitudeStringEventHandler(object sender, SupplyCustomAmplitudeStringEventArgs e)

Parameters

sender object

The object that raised the event.

e SupplyCustomAmplitudeStringEventArgs

Provides data for the SupplyCustomAmplitudeString event.

Constructors

SupplyCustomAmplitudeStringEventHandler(object, IntPtr)

public SupplyCustomAmplitudeStringEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, SupplyCustomAmplitudeStringEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomAmplitudeStringEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e SupplyCustomAmplitudeStringEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, SupplyCustomAmplitudeStringEventArgs)

public virtual void Invoke(object sender, SupplyCustomAmplitudeStringEventArgs e)

Parameters

sender object
e SupplyCustomAmplitudeStringEventArgs