C# 클래스 ComponentFactory.Krypton.Workspace.PageLoadingEventArgs

Event data for persisting extra data for a workspace cell page.
상속: XmlLoadingEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
PageLoadingEventArgs ( KryptonWorkspace workspace, KryptonPage page, XmlReader xmlReader ) : System

Initialize a new instance of the PageLoadingEventArgs class.

메소드 상세

PageLoadingEventArgs() 공개 메소드

Initialize a new instance of the PageLoadingEventArgs class.
public PageLoadingEventArgs ( KryptonWorkspace workspace, KryptonPage page, XmlReader xmlReader ) : System
workspace KryptonWorkspace Reference to owning workspace control.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to owning workspace cell page.
xmlReader XmlReader Xml reader for persisting custom data.
리턴 System