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

OnForeColorChanged() 보호된 메소드

Raises the ForeColorChanged event.
protected OnForeColorChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected override void OnForeColorChanged(EventArgs e)
        {
            if (ForeColorChanged != null)
                ForeColorChanged(this, e);
        }
KryptonCheckedListBox