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

ToolTipControllerEventArgsBase(Control, Object) Constructor

Creates an instance of the ToolTipControllerEventArgsBase class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ToolTipControllerEventArgsBase(
    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.

See Also