Skip to main content

ToolTipClosingEvent Field

The event raised when a ToolTip on an element that was shown should now be hidden.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static readonly RoutedEvent ToolTipClosingEvent

Field Value

RoutedEvent

Remarks

Marking the ToolTipClosing event as handled does not cancel closing the tooltip. Once the tooltip is displayed, closing the tooltip is done only in response to user interaction with the UI.

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace