KeyTipService.RemoveActivatingKeyTipHandler 메서드

정의

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)

매개 변수

element
DependencyObject

처리기가 연결된 라우팅된 이벤트의 식별자입니다.

handler
ActivatingKeyTipEventHandler

이 요소의 이벤트 처리기 컬렉션에서 제거할 특정 처리기 구현입니다.

적용 대상