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