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.v20.2.dll

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

Declaration

public ToolTipControllerEventArgsBase()

Remarks

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

See Also