OnGotFocus Method

ButtonBase.OnGotFocus Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Provides handling for the GotFocus event.

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

protected override void OnGotFocus(
	RoutedEventArgs e
)

Parameters

e
Type: System.Windows.RoutedEventArgs
The event data.

ExceptionCondition
ArgumentNullException

e is null.

This method sets the IsFocused property to true.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft