CanExecuteRoutedEventArgs.ContinueRouting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定调用命令的输入路由事件是否应继续通过元素树路由。
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
。