Show / Hide Table of Contents

Method OnGotFocus

| Edit this page View Source

OnGotFocus(RoutedEventArgs)

Called before the GotFocus event occurs.

Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type Name Description
RoutedEventArgs e

The data for the event.

Overrides
Control.OnGotFocus(RoutedEventArgs)
| Edit this page View Source

OnGotFocus(RoutedEventArgs)

Invoked whenever an unhandled GotFocus event reaches this element in its route.

Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type Name Description
RoutedEventArgs e

The RoutedEventArgs that contains the event data.

Overrides
FrameworkElement.OnGotFocus(RoutedEventArgs)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX