Skip to main content

ToolTipControllerShowEventArgs() Constructor

Creates an instance of the ToolTipControllerShowEventArgs class and initializes properties with default values

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public ToolTipControllerShowEventArgs()

Remarks

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

See Also