Share via


KeyTipService.RemoveActivatingKeyTipHandler Metodo

Definizione

Rimuove il gestore dell'evento indirizzato per l'evento ActivatingKeyTip.

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)

Parametri

element
DependencyObject

Identificatore dell'evento indirizzato al quale è associato il gestore.

handler
ActivatingKeyTipEventHandler

Implementazione del gestore specifico da rimuovere dalla raccolta di gestori eventi per questo elemento.

Si applica a