Share via


TreeViewItem.OnGotFocus(RoutedEventArgs) 方法

定义

提供用于 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)

参数

e
RoutedEventArgs

事件数据。

注解

此实现将 TreeView 所选内容设置为 TreeViewItem 焦点中的 。

GotFocus 属性的值 IsFocusedfalsetrue更改为 时,会发生 该事件。

适用于