ToolTipRemoveToolTipClosingHandler Method

Removes a handler for the ToolTipClosingEvent attached event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void RemoveToolTipClosingHandler(
	Control element,
	EventHandler<RoutedEventArgs> handler
)

Parameters

element  Control
Control that listens to this event.
handler  EventHandlerRoutedEventArgs
Event Handler to be removed.

See Also