ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnBackgroundImageLayoutChanged C# (CSharp) Метод

OnBackgroundImageLayoutChanged() защищенный Метод

Raises the BackgroundImageLayoutChanged event.
protected OnBackgroundImageLayoutChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void
        protected override void OnBackgroundImageLayoutChanged(EventArgs e)
        {
            if (BackgroundImageLayoutChanged != null)
                BackgroundImageLayoutChanged(this, e);
        }
KryptonCheckedListBox