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

KryptonDockableNavigator() 공개 메소드

Initialize a new instance of the KryptonDockableNavigator class.
public KryptonDockableNavigator ( ) : System
리턴 System
        public KryptonDockableNavigator()
        {
            // Hook into cell specific events
            ShowContextMenu += new EventHandler<ShowContextMenuArgs>(OnShowContextMenu);
            Pages.Inserting += new TypedHandler<KryptonPage>(OnPagesInserting);
        }