Delegate HighlightedStateEventHandler
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Event type for notifying changes in the highlighting state of an object.
[Browsable(false)]
public delegate void HighlightedStateEventHandler(object sender, HighlightedStateEventArgs e)
Parameters
senderobject- Event type for notifying changes in the highlighting state of an object.
eHighlightedStateEventArgs- Event type for notifying changes in the highlighting state of an object.
Constructors
HighlightedStateEventHandler(object, IntPtr)
public HighlightedStateEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, HighlightedStateEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, HighlightedStateEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteHighlightedStateEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, HighlightedStateEventArgs)
public virtual void Invoke(object sender, HighlightedStateEventArgs e)
Parameters
senderobjecteHighlightedStateEventArgs