Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttTooltipShowingEventHandler<Sender> Interface

A method that handles the TooltipShowing event.

Declaration

interface ASPxClientGanttTooltipShowingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTooltipShowingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttTooltipShowingEventArgs

The event data.