CommandBinding.PreviewExecuted 이벤트

정의

이와 CommandBinding 연결된 명령이 실행될 때 발생합니다.

public:
 event System::Windows::Input::ExecutedRoutedEventHandler ^ PreviewExecuted;
public event System.Windows.Input.ExecutedRoutedEventHandler PreviewExecuted;
member this.PreviewExecuted : System.Windows.Input.ExecutedRoutedEventHandler 
Public Custom Event PreviewExecuted As ExecutedRoutedEventHandler 
Public Event PreviewExecuted As ExecutedRoutedEventHandler 

이벤트 유형

설명

RoutedCommand 실행되면 명령 대상에서 PreviewExecuted 이벤트가 발생합니다. 명령 대상 CommandBinding 에 명령의 처리 PreviewExecuted 기가 있는 경우 해당 CommandBinding 처리기가 호출됩니다. 명령 대상에 명령이 없 CommandBinding 으면 이벤트는 명령 PreviewExecuted 과 연결된 요소를 검색하는 CommandBinding 요소 트리 아래로 터널을 내림합니다. 미리 보기 이벤트가 처리되지 Executed 않으면 명령 대상에서 이벤트가 발생합니다.

라우트된 이벤트 정보

항목 가치
식별자 필드 PreviewExecutedEvent
라우팅 전략 Tunneling
대리자 ExecutedRoutedEventHandler
  • 해당 버블링 이벤트는 .입니다 Executed.

적용 대상

추가 정보