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

OnAutoHiddenShowingStateChanged() protected méthode

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