ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxItemCheck C# (CSharp) 메소드

OnListBoxItemCheck() 개인적인 메소드

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