TreeViewItem.OnGotFocus(RoutedEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于 GotFocus 事件的类处理。
protected:
override void OnGotFocus(System::Windows::RoutedEventArgs ^ e);
protected override void OnGotFocus (System.Windows.RoutedEventArgs e);
override this.OnGotFocus : System.Windows.RoutedEventArgs -> unit
Protected Overrides Sub OnGotFocus (e As RoutedEventArgs)
参数
事件数据。
注解
此实现将 TreeView 所选内容设置为 TreeViewItem 焦点中的 。
当 GotFocus 属性的值 IsFocused 从 false
true
更改为 时,会发生 该事件。