System.Windows.Controls.PopupHelper.PopupChild_GotFocus C# (CSharp) Méthode

PopupChild_GotFocus() private méthode

The popup child has received focus.
private PopupChild_GotFocus ( object sender, RoutedEventArgs e ) : void
sender object The source object.
e System.Windows.RoutedEventArgs The event data.
Résultat void
        private void PopupChild_GotFocus(object sender, RoutedEventArgs e)
        {
            OnFocusChanged(EventArgs.Empty);
        }