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
senderobjectThe object that raised the event.
eSupplyCustomValueStringEventArgsProvides data for the SupplyCustomValueString event.
Constructors
SupplyCustomValueStringEventHandler(object, IntPtr)
public SupplyCustomValueStringEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SupplyCustomValueStringEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomValueStringEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteSupplyCustomValueStringEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, SupplyCustomValueStringEventArgs)
public virtual void Invoke(object sender, SupplyCustomValueStringEventArgs e)
Parameters
senderobjecteSupplyCustomValueStringEventArgs