Sdílet prostřednictvím


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, ke které je připojena obslužná rutina.

handler
KeyTipAccessedEventHandler

Konkrétní implementace obslužné rutiny, která se má odebrat z kolekce obslužné rutiny události v tomto elementu.

Platí pro