Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TicTacToeAppWarp
BasePage
C# Class TicTacToeAppWarp.BasePage
It exposes dependency properties for all settings that can be used in data binding by all pages.
Inheritance:
PhoneApplicationPage
Mostrar archivo
Open project: shephertz/Tutorials_WP_7_8
Public Methods
Method
Description
BasePage
( ) :
System
Protected Methods
Method
Description
OnNavigatedTo
(
System
e
) :
void
Private Methods
Method
Description
basepage_ApplicationDataObjectChanged
(
object
sender
,
EventArgs
e
) :
void
Method Details
BasePage()
public
method
public
BasePage
( ) :
System
return
System
OnNavigatedTo()
protected
method
protected
OnNavigatedTo
(
System
e
) :
void
e
System
return
void