ToolTipAddToolTipClosingHandler Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void AddToolTipClosingHandler(
Control element,
EventHandler<RoutedEventArgs> handler
)
Public Shared Sub AddToolTipClosingHandler (
element As Control,
handler As EventHandler(Of RoutedEventArgs)
)
static member AddToolTipClosingHandler :
element : Control *
handler : EventHandler<RoutedEventArgs> -> unit
Parameters
- element Control
- Control that listens to this event.
- handler EventHandlerRoutedEventArgs
- Event Handler to be removed.