ComponentFactory.Krypton.Docking.KryptonDockingManager.OnAutoHiddenGroupRemoved C# (CSharp) Méthode

OnAutoHiddenGroupRemoved() protected méthode

Raises the AutoHiddenGroupRemoved event.
protected OnAutoHiddenGroupRemoved ( AutoHiddenGroupEventArgs e ) : void
e AutoHiddenGroupEventArgs An AutoHiddenGroupEventArgs containing the event args.
Résultat void
        protected virtual void OnAutoHiddenGroupRemoved(AutoHiddenGroupEventArgs e)
        {
            if (AutoHiddenGroupRemoved != null)
                AutoHiddenGroupRemoved(this, e);
        }
KryptonDockingManager