Skip to main content

RemoveToolTipClosingHandler Method

Removes a handler for the ToolTipClosingEvent attached event.

Definition

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

public static void RemoveToolTipClosingHandler(
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