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
senderobjectThe object that raised the event.
eSupplyCustomRealStringEventArgsProvides data for the SupplyCustomRealString event.
Constructors
SupplyCustomRealStringEventHandler(object, IntPtr)
public SupplyCustomRealStringEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SupplyCustomRealStringEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomRealStringEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteSupplyCustomRealStringEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, SupplyCustomRealStringEventArgs)
public virtual void Invoke(object sender, SupplyCustomRealStringEventArgs e)
Parameters
senderobjecteSupplyCustomRealStringEventArgs