C# 클래스 Eurofurence.Companion.Common.LoadStateEventArgs

Class used to hold the event data required when a page attempts to load state.
상속: System.EventArgs
파일 보기 프로젝트 열기: eurofurence/ef-app_wp 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