ComponentFactory.Krypton.Toolkit.KryptonListBox.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);
        }
KryptonListBox