ComponentOne Chart for .NET (2.0) Search HelpCentral 

ShowTooltipEventHandler Delegate

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

[Visual Basic]

Public Delegate Sub ShowTooltipEventHandler( _

ByVal sender As Object, _

ByVal e As ShowTooltipEventArgs _

)

[C#]

public delegate void ShowTooltipEventHandler(

object sender,

ShowTooltipEventArgs e

);

[Delphi]

type ShowTooltipEventHandler = procedure (

sender: Object;

e: ShowTooltipEventArgs

) of object;

Namespace: C1.Win.C1Chart

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

See Also

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.