ToolTipService.AddToolTipClosingHandler Metoda

Definice

Přidá obslužnou rutinu pro připojenou ToolTipClosing událost.

public:
 static void AddToolTipClosingHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::ToolTipEventHandler ^ handler);
public static void AddToolTipClosingHandler(System.Windows.DependencyObject element, System.Windows.Controls.ToolTipEventHandler handler);
static member AddToolTipClosingHandler : System.Windows.DependencyObject * System.Windows.Controls.ToolTipEventHandler -> unit
Public Shared Sub AddToolTipClosingHandler (element As DependencyObject, handler As ToolTipEventHandler)

Parametry

element
DependencyObject

Tato UIElement událost nebo ContentElement která naslouchá této události.

handler
ToolTipEventHandler

Obslužná rutina události, která se má přidat.

Platí pro