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

OnListBoxValidated() private method

private OnListBoxValidated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnListBoxValidated(object sender, EventArgs e)
        {
            OnValidated(e);
        }
KryptonListBox