| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal parent As PhoneApplicationPage _ ) | |
| C# | |
|---|---|
public ChildPage( PhoneApplicationPage parent ) | |
Only use this constructor if you don't add the ChildPage to the page tree.
Parameters
- parent
- The parent page to react to back button and rotation on.
Target Platforms:Windows Phone 7