Share via


CanExecuteRoutedEventArgs.ContinueRouting 속성

정의

명령을 호출한 입력 라우트된 이벤트가 요소 트리를 통해 계속 라우트해야 할지 여부를 결정합니다.

public:
 property bool ContinueRouting { bool get(); void set(bool value); };
public bool ContinueRouting { get; set; }
member this.ContinueRouting : bool with get, set
Public Property ContinueRouting As Boolean

속성 값

라우트된 이벤트를 요소 트리를 통해 계속 라우트해야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상