[]
        
(Showing Draft Content)

C1.Win.C1Chart.HighlightChangedEventHandler

HighlightChangedEventHandler Delegate

Represents the method that will handle the HighlightChanged event of a C1Chart class.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate void HighlightChangedEventHandler(object sender, HighlightChangedEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the HighlightChanged event of a C1Chart class.
HighlightChangedEventArgs e Represents the method that will handle the HighlightChanged event of a C1Chart class.

Constructors

Name Description
HighlightChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, HighlightChangedEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HighlightChangedEventArgs)