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

ToolTipControllerEventArgsBase() Constructor

Creates an instance of the ToolTipControllerEventArgsBase class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ToolTipControllerEventArgsBase()

Remarks

The constructor creates a new ToolTipControllerEventArgsBase object and sets the ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties to null.

See Also