ToolTipToolTipClosingEvent Field
The event raised when a ToolTip on an element that was shown should now be hidden.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly RoutedEvent ToolTipClosingEvent
Public Shared ReadOnly ToolTipClosingEvent As RoutedEvent
static val ToolTipClosingEvent: RoutedEvent
Field Value
RoutedEvent
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.