Skip to main content

ToolTipControllerEventArgsBase() Constructor

Creates an instance of the ToolTipControllerEventArgsBase class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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