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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public delegate void HighlightChangedEventHandler(
	Object sender,
	HighlightChangedEventArgs e
)
Visual Basic
Public Delegate Sub HighlightChangedEventHandler ( _
	sender As Object, _
	e As HighlightChangedEventArgs _
)

See Also