ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxLostFocus C# (CSharp) 메소드

OnListBoxLostFocus() 개인적인 메소드

private OnListBoxLostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void OnListBoxLostFocus(object sender, EventArgs e)
        {
            UpdateStateAndPalettes();
            _listBox.Invalidate();
            PerformNeedPaint(true);
            OnLostFocus(e);
        }
KryptonCheckedListBox