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

OnDropDownPopupUpdateVisualStates() 개인적인 메소드

Allows the popup wrapper to fire visual state change events.
private OnDropDownPopupUpdateVisualStates ( object sender, EventArgs e ) : void
sender object The source object.
e EventArgs The event data.
리턴 void
        private void OnDropDownPopupUpdateVisualStates(object sender, EventArgs e)
        {
            UpdateVisualState(true);
        }