Skip to main content

AddToolTipClosingHandler Method

Adds a handler for the ToolTipClosingEvent attached event.

Definition

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

public static void AddToolTipClosingHandler(
Control element,
EventHandler<RoutedEventArgs> handler
)

Parameters

  Control
Control that listens to this event.
  EventHandler(RoutedEventArgs)
Event Handler to be removed.

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace