ESRI.ArcGIS.Mobile.Client
Transition(IPage) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > MobileApplication Class > Transition Method : Transition(IPage) Method

page
The new page to display.
Displays a page in the application window, replacing the currently displayed page.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Transition( _
   ByVal page As IPage _
) 
C# 
public void Transition( 
   IPage page
)

Parameters

page
The new page to display.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also