Delegate AnnotationXY.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 AnnotationXY.LocationAxisValuesChangedByUserEventHandler(object sender, LocationAxisValuesChangedByUserXYEventArgs e)
Parameters
senderobjecteLocationAxisValuesChangedByUserXYEventArgsProvides data for the LocationAxisValuesChangedByUser event.
Constructors
LocationAxisValuesChangedByUserEventHandler(object, IntPtr)
public LocationAxisValuesChangedByUserEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, LocationAxisValuesChangedByUserXYEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, LocationAxisValuesChangedByUserXYEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteLocationAxisValuesChangedByUserXYEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, LocationAxisValuesChangedByUserXYEventArgs)
public virtual void Invoke(object sender, LocationAxisValuesChangedByUserXYEventArgs e)