Table of Contents

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

sender object
e LocationAxisValuesChangedByUserPolarEventArgs

Provides data for the LocationAxisValuesChangedByUser event.

Constructors

LocationAxisValuesChangedByUserEventHandler(object, IntPtr)

public LocationAxisValuesChangedByUserEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, LocationAxisValuesChangedByUserPolarEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, LocationAxisValuesChangedByUserPolarEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e LocationAxisValuesChangedByUserPolarEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, LocationAxisValuesChangedByUserPolarEventArgs)

public virtual void Invoke(object sender, LocationAxisValuesChangedByUserPolarEventArgs e)

Parameters

sender object
e LocationAxisValuesChangedByUserPolarEventArgs