Skip to main content
A newer version of this page is available. .

MVCxClientScheduler.ToolTipDisplaying Event

Occurs on the client side when the tooltip is about to be displayed.

Declaration

ToolTipDisplaying: ASPxClientEvent<MVCxClientSchedulerToolTipDisplayingEventHandler<MVCxClientScheduler>>

Event Data

The ToolTipDisplaying event's data class is MVCxClientSchedulerToolTipDisplayingEventArgs. The following properties provide information specific to this event:

Property Description
data Gets information about the tooltip related to the event.
toolTip Gets the tooltip related to the event.

Remarks

This event allows accessing the tooltip before it is displayed.

See Also