TreeView.OnGotFocus(RoutedEventArgs) Metoda

Definicja

GotFocus Wywołuje zdarzenie kierowane.

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)

Parametry

e
RoutedEventArgs

Dane zdarzenia.

Uwagi dotyczące dziedziczenia

Podczas zastępowania OnGotFocus(RoutedEventArgs) w klasie pochodnej należy wywołać metodę klasy OnGotFocus(RoutedEventArgs) bazowej, aby zarejestrowani delegaci odbierali zdarzenie.

Dotyczy