ComponentFactory.Krypton.Toolkit.KryptonListBox.OnListBoxLostFocus C# (CSharp) Method

OnListBoxLostFocus() private method

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