AddToolTipClosingHandler Method
Adds a handler for the ToolTipClosingEvent attached event.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
- Control
- Control that listens to this event.
- EventHandler(RoutedEventArgs)
- Event Handler to be removed.