Table of Contents

Delegate AxisSmithBase.SupplyCustomRealStringEventHandler

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

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

public delegate void AxisSmithBase.SupplyCustomRealStringEventHandler(object sender, SupplyCustomRealStringEventArgs e)

Parameters

sender object

The object that raised the event.

e SupplyCustomRealStringEventArgs

Provides data for the SupplyCustomRealString event.

Constructors

SupplyCustomRealStringEventHandler(object, IntPtr)

public SupplyCustomRealStringEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, SupplyCustomRealStringEventArgs, AsyncCallback, object)

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

Parameters

sender object
e SupplyCustomRealStringEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, SupplyCustomRealStringEventArgs)

public virtual void Invoke(object sender, SupplyCustomRealStringEventArgs e)

Parameters

sender object
e SupplyCustomRealStringEventArgs