KeyTipService.RemovePreviewKeyTipAccessedHandler Metoda

Definice

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

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

Parametry

element
DependencyObject

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

handler
KeyTipAccessedEventHandler

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

Platí pro