Skip to main content

MVCxClientSchedulerToolTipDisplayingEventArgs Members

In This Article
Provides data for the MVCxClientScheduler.ToolTipDisplaying event.

#Constructors

Name Description
constructor(toolTip, data) Initializes new instance of the MVCxClientSchedulerToolTipDisplayingEventArgs class with the specified settings.

#Properties

Name Description
data Gets information about the tooltip related to the event.
toolTip Gets the tooltip related to the event.
See Also