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

OnBackgroundImageChanged() 보호된 메소드

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