ComponentFactory.Krypton.Toolkit.KryptonTreeView.OnBackColorChanged C# (CSharp) Метод

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

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