KeyTipService.RemoveActivatingKeyTipHandler Metoda

Definicja

Usuwa procedurę obsługi zdarzeń kierowanych ActivatingKeyTip dla zdarzenia.

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

Identyfikator zdarzenia kierowanego, dla którego jest dołączony program obsługi.

handler
ActivatingKeyTipEventHandler

Określona implementacja procedury obsługi do usunięcia z kolekcji programu obsługi zdarzeń w tym elemecie.

Dotyczy