Represents the method that will handle the ShowTooltip 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 ShowTooltipEventHandler(
	Object sender,
	ShowTooltipEventArgs e
)
Visual Basic
Public Delegate Sub ShowTooltipEventHandler ( _
	sender As Object, _
	e As ShowTooltipEventArgs _
)

See Also