System.Windows.Controls.AutoCompleteBox.OnIsKeyboardFocusWithinChanged C# (CSharp) 메소드

OnIsKeyboardFocusWithinChanged() 보호된 메소드

Handles change of keyboard focus, which is treated differently than control focus
protected OnIsKeyboardFocusWithinChanged ( DependencyPropertyChangedEventArgs e ) : void
e DependencyPropertyChangedEventArgs
리턴 void
        protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
        {
            base.OnIsKeyboardFocusWithinChanged(e);
            FocusChanged((bool)e.NewValue);
        }
#endif