KeyTipService.RemoveActivatingKeyTipHandler Yöntem

Tanım

Olay için yönlendirilen olay işleyicisini ActivatingKeyTip kaldırır.

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)

Parametreler

element
DependencyObject

İşleyicinin eklendiği yönlendirilmiş olayın tanımlayıcısı.

handler
ActivatingKeyTipEventHandler

Bu öğedeki olay işleyicisi koleksiyonundan kaldırılacak belirli işleyici uygulaması.

Şunlara uygulanır