[]
        
(Showing Draft Content)

C1.Win.C1Chart.ShowTooltipEventHandler

ShowTooltipEventHandler Delegate

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

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

Constructors

Name Description
ShowTooltipEventHandler(object, IntPtr)

Methods

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