ToolTipToolTipClosingEvent 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) Version: 11.3.999
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