Skip to main content
All docs
V23.2

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.