C# 클래스 Alexandria.Common.SaveStateEventArgs

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

공개 메소드들

메소드 설명
SaveStateEventArgs ( Object>.Dictionary pageState ) : System

Initializes a new instance of the SaveStateEventArgs class.

메소드 상세

SaveStateEventArgs() 공개 메소드

Initializes a new instance of the SaveStateEventArgs class.
public SaveStateEventArgs ( Object>.Dictionary pageState ) : System
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
리턴 System