Skip to main content
A newer version of this page is available. .
All docs
V21.1

ASPxClientGanttTimeTooltipShowingEventHandler<Sender> Interface

A method that handles the TimeTooltipShowing event.

Declaration

interface ASPxClientGanttTimeTooltipShowingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTimeTooltipShowingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttTimeTooltipShowingEventArgs

The event data.