ComponentFactory.Krypton.Docking.KryptonDockingManager.OnOrphanedPages C# (CSharp) 메소드

OnOrphanedPages() 보호된 메소드

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