Table of Contents

Delegate BarSeries3D.SupplyCustomValueStringEventHandler

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

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

public delegate void BarSeries3D.SupplyCustomValueStringEventHandler(object sender, SupplyCustomValueStringEventArgs e)

Parameters

sender object

The object that raised the event.

e SupplyCustomValueStringEventArgs

Provides data for the SupplyCustomValueString event.

Constructors

SupplyCustomValueStringEventHandler(object, IntPtr)

public SupplyCustomValueStringEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, SupplyCustomValueStringEventArgs, AsyncCallback, object)

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

Parameters

sender object
e SupplyCustomValueStringEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, SupplyCustomValueStringEventArgs)

public virtual void Invoke(object sender, SupplyCustomValueStringEventArgs e)

Parameters

sender object
e SupplyCustomValueStringEventArgs