C# 클래스 ComponentFactory.Krypton.Docking.DockPageLoadingEventArgs

Event data for loading docking page configuration.
상속: DockGlobalLoadingEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
DockPageLoadingEventArgs ( KryptonDockingManager manager, XmlReader xmlReading, KryptonPage page ) : System

Initialize a new instance of the DockPageLoadingEventArgs class.

메소드 상세

DockPageLoadingEventArgs() 공개 메소드

Initialize a new instance of the DockPageLoadingEventArgs class.
public DockPageLoadingEventArgs ( KryptonDockingManager manager, XmlReader xmlReading, KryptonPage page ) : System
manager KryptonDockingManager Reference to owning docking manager instance.
xmlReading XmlReader Xml reader for persisting custom data.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to page being loaded.
리턴 System