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

OnListBoxFormattingEnabledChanged() 개인적인 메소드

private OnListBoxFormattingEnabledChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void OnListBoxFormattingEnabledChanged(object sender, EventArgs e)
        {
            OnFormattingEnabledChanged(e);
        }
KryptonCheckedListBox