Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TreeView::OnGotFocus Method (RoutedEventArgs^)

 

Raises the GotFocus routed event.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnGotFocus(
	RoutedEventArgs^ e
) override

Parameters

e
Type: System.Windows::RoutedEventArgs^

The data for the event.

Notes to Inheritors:

When overriding OnGotFocus in a derived class, be sure to call the base class’s OnGotFocus method so that registered delegates receive the event.

.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Return to top
Show:
© 2017 Microsoft