TreeViewItem::OnGotFocus Method (RoutedEventArgs^)
.NET Framework (current version)
Provides class handling for the GotFocus event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::RoutedEventArgs^
The event data.
This implementation sets the TreeView selection to the TreeViewItem that is in focus.
The GotFocus event occurs when the value of the IsFocused property changes from false to true.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Available since 3.0
Silverlight
Available since 3.0
Show: