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

OnListBoxFormattingEnabledChanged() private method

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