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

OnOrphanedPages() protected méthode

Raises the OrphanedPages event.
protected OnOrphanedPages ( PagesEventArgs e ) : void
e PagesEventArgs An PagesEventArgs containing event data.
Résultat void
        protected virtual void OnOrphanedPages(PagesEventArgs e)
        {
            if (OrphanedPages != null)
                OrphanedPages(this, e);
        }
KryptonDockingManager