Delegate AxisRoundBase.SupplyCustomAngleStringEventHandler
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The delegate to use for handlers that receive the SupplyCustomAngleString event.
public delegate void AxisRoundBase.SupplyCustomAngleStringEventHandler(object sender, SupplyCustomAngleStringEventArgs e)
Parameters
senderobjectThe object that raised the event.
eSupplyCustomAngleStringEventArgsProvides data for the SupplyCustomAngleString event.
Constructors
SupplyCustomAngleStringEventHandler(object, IntPtr)
public SupplyCustomAngleStringEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, SupplyCustomAngleStringEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, SupplyCustomAngleStringEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteSupplyCustomAngleStringEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, SupplyCustomAngleStringEventArgs)
public virtual void Invoke(object sender, SupplyCustomAngleStringEventArgs e)
Parameters
senderobjecteSupplyCustomAngleStringEventArgs