Table of Contents

Delegate AxisSmithBase.SupplyCustomImgStringEventHandler

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

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

public delegate void AxisSmithBase.SupplyCustomImgStringEventHandler(object sender, SupplyCustomImgStringEventArgs e)

Parameters

sender object

The object that raised the event.

e SupplyCustomImgStringEventArgs

Provides data for the SupplyCustomImgString event.

Constructors

SupplyCustomImgStringEventHandler(object, IntPtr)

public SupplyCustomImgStringEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, SupplyCustomImgStringEventArgs, AsyncCallback, object)

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

Parameters

sender object
e SupplyCustomImgStringEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, SupplyCustomImgStringEventArgs)

public virtual void Invoke(object sender, SupplyCustomImgStringEventArgs e)

Parameters

sender object
e SupplyCustomImgStringEventArgs