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

OnListBoxValidating() private method

private OnListBoxValidating ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void
        private void OnListBoxValidating(object sender, CancelEventArgs e)
        {
            OnValidating(e);
        }
KryptonListBox