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

nextPage

Syntax

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

Parameters

nextPage

Remarks

Transition provides developers an easy way to navigate user from one page to the other inside of a task. By taking an IPage, the application takes care of how to show the new page and how to hide the current page, and provides necessary implementations on how to let user come back to current page with ease. Since this method takes an IPage, it also ensures that the page's look-n-feel is consistent with other built-in pages.

If you need to show user a dialog in your application, use ShowDialog.

Requirements

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