ComponentFactory.Krypton.Toolkit.KryptonListBox.OnFormattingEnabledChanged C# (CSharp) 메소드

OnFormattingEnabledChanged() 보호된 메소드

Raises the FormattingEnabledChanged event.
protected OnFormattingEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void
        protected virtual void OnFormattingEnabledChanged(EventArgs e)
        {
            if (FormattingEnabledChanged != null)
                FormattingEnabledChanged(this, e);
        }
KryptonListBox