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

ToolTipControllerShowEventArgs(Control, Object) Constructor

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ToolTipControllerShowEventArgs(
    Control control,
    object obj
)

Parameters

Name Type Description
control Control

The object to initialize the ToolTipControllerEventArgsBase.SelectedControl property.

obj Object

The object to initialize the ToolTipControllerEventArgsBase.SelectedObject property.

Remarks

The constructor creates a new instance of the ToolTipControllerShowEventArgs class. The ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties are set the specified values. Other properties are initialized by default.

See Also