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