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

OnPageAutoHiddenRequest() protected méthode

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