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
senderobjectThe object that raised the event.
eSupplyCustomImgStringEventArgsProvides data for the SupplyCustomImgString event.
Constructors
SupplyCustomImgStringEventHandler(object, IntPtr)
public SupplyCustomImgStringEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SupplyCustomImgStringEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomImgStringEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteSupplyCustomImgStringEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, SupplyCustomImgStringEventArgs)
public virtual void Invoke(object sender, SupplyCustomImgStringEventArgs e)
Parameters
senderobjecteSupplyCustomImgStringEventArgs