Skip to main content

ToolTipControllerCalcSizeEventArgs(Control, Object, ToolTipControllerShowEventArgs) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ToolTipControllerCalcSizeEventArgs(
    Control control,
    object obj,
    ToolTipControllerShowEventArgs showArgs
)

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 that the tooltip is displayed for. This value is assigned to the ToolTipControllerEventArgsBase.SelectedObject property.

showArgs ToolTipControllerShowEventArgs

A ToolTipControllerShowEventArgs object that provides additional event data. This value is assigned to the ToolTipControllerCalcSizeEventArgs.ShowInfo property.

See Also