ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxItemCheck C# (CSharp) Method

OnListBoxItemCheck() private method

private OnListBoxItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
sender object
e System.Windows.Forms.ItemCheckEventArgs
return void
        private void OnListBoxItemCheck(object sender, ItemCheckEventArgs e)
        {
            OnItemCheck(e);
        }
KryptonCheckedListBox