TreeView.OnGotFocus(RoutedEventArgs) Method

Definition

Raises the GotFocus routed event.

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)

Parameters

e
RoutedEventArgs

The data for the event.

Notes to Inheritors

When overriding OnGotFocus(RoutedEventArgs) in a derived class, be sure to call the base class' OnGotFocus(RoutedEventArgs) method so that registered delegates receive the event.

Applies to