Skip to main content

constructor(toolTip, data) Constructor

Initializes new instance of the MVCxClientSchedulerToolTipDisplayingEventArgs class with the specified settings.

Declaration

constructor(
    toolTip: MVCxClientSchedulerTemplateToolTip,
    data: ASPxClientSchedulerToolTipData
)

Parameters

Name Type Description
toolTip MVCxClientSchedulerTemplateToolTip

A MVCxClientSchedulerTemplateToolTip object that is a tooltip.

data ASPxClientSchedulerToolTipData

An ASPxClientSchedulerToolTipData object that is the tooltip data.

See Also