C# 클래스 Alexandria.Common.LoadStateEventArgs

Class used to hold the event data required when a page attempts to load state.
상속: System.EventArgs
파일 보기 프로젝트 열기: rit-sse/alexandria-WinRT 1 사용 예제들

공개 메소드들

메소드 설명
LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary pageState ) : System

Initializes a new instance of the LoadStateEventArgs class.

메소드 상세

LoadStateEventArgs() 공개 메소드

Initializes a new instance of the LoadStateEventArgs class.
public LoadStateEventArgs ( Object navigationParameter, Object>.Dictionary pageState ) : System
navigationParameter Object /// The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary /// A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited. ///
리턴 System