Delegate AxisPolarBase.SupplyCustomAmplitudeStringEventHandler
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The delegate to use for handlers that receive the SupplyCustomAmplitudeString event.
public delegate void AxisPolarBase.SupplyCustomAmplitudeStringEventHandler(object sender, SupplyCustomAmplitudeStringEventArgs e)
Parameters
senderobjectThe object that raised the event.
eSupplyCustomAmplitudeStringEventArgsProvides data for the SupplyCustomAmplitudeString event.
Constructors
SupplyCustomAmplitudeStringEventHandler(object, IntPtr)
public SupplyCustomAmplitudeStringEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SupplyCustomAmplitudeStringEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomAmplitudeStringEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteSupplyCustomAmplitudeStringEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, SupplyCustomAmplitudeStringEventArgs)
public virtual void Invoke(object sender, SupplyCustomAmplitudeStringEventArgs e)