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

适用于