Delegate AnnotationPolar.LocationAxisValuesChangedByUserEventHandler
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The delegate to use for handlers that receive the LocationAxisValuesChangedByUser event.
public delegate void AnnotationPolar.LocationAxisValuesChangedByUserEventHandler(object sender, LocationAxisValuesChangedByUserPolarEventArgs e)
Parameters
senderobjecteLocationAxisValuesChangedByUserPolarEventArgsProvides data for the LocationAxisValuesChangedByUser event.
Constructors
LocationAxisValuesChangedByUserEventHandler(object, IntPtr)
public LocationAxisValuesChangedByUserEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, LocationAxisValuesChangedByUserPolarEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, LocationAxisValuesChangedByUserPolarEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteLocationAxisValuesChangedByUserPolarEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, LocationAxisValuesChangedByUserPolarEventArgs)
public virtual void Invoke(object sender, LocationAxisValuesChangedByUserPolarEventArgs e)