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

ToolTipControllerCalcSizeEventArgs(Control, Object, String, String) Constructor

Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ToolTipControllerCalcSizeEventArgs(
    Control control,
    object obj,
    string toolTip,
    string title
)

Parameters

Name Type Description
control Control

An object for which the event is fired. This value is assigned to the ToolTipControllerEventArgsBase.SelectedControl property.

obj Object

An object which identifies the element for which the tooltip is displayed. This value is assigned to the ToolTipControllerEventArgsBase.SelectedObject property.

toolTip String

A String value which specifies the tooltip’s contents. This value is assigned to the ToolTipControllerCalcSizeEventArgs.ToolTip property.

title String

A String value which specifies the tooltip’s title. This value is assigned to the ToolTipControllerCalcSizeEventArgs.Title property.

See Also