KeyTipService.RemoveActivatingKeyTipHandler Metoda

Definice

Odebere obslužnou rutinu ActivatingKeyTip směrované události pro událost.

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

Parametry

element
DependencyObject

Identifikátor směrované události, pro kterou je obslužná rutina připojena.

handler
ActivatingKeyTipEventHandler

Konkrétní implementace obslužné rutiny pro odebrání z kolekce obslužné rutiny události v tomto prvku.

Platí pro