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)
- C#
- VB
- F#
public static readonly RoutedEvent ToolTipClosingEvent
Public Shared ReadOnly ToolTipClosingEvent As RoutedEvent
static val ToolTipClosingEvent: RoutedEvent
Field Value
RoutedEventRemarks
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.