C# Класс Eurofurence.Companion.Common.LoadStateEventArgs

Class used to hold the event data required when a page attempts to load state.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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