ArcGIS API for Windows Phone - Library Reference
ChildPage Constructor(PhoneApplicationPage)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.Primitives Namespace > ChildPage Class > ChildPage Constructor : ChildPage Constructor(PhoneApplicationPage)

parent
The parent page to react to back button and rotation on.
Initializes a new instance of the ChildPage class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As PhoneApplicationPage _
)
C# 
public ChildPage( 
   PhoneApplicationPage parent
)

Remarks

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.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.