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

ToolTipControllerShowEventArgs() Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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