System.Windows.Controls.PopupHelper.PopupChild_GotFocus C# (CSharp) Method

PopupChild_GotFocus() private method

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.
return void
        private void PopupChild_GotFocus(object sender, RoutedEventArgs e)
        {
            OnFocusChanged(EventArgs.Empty);
        }