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

nextPage
The page to transition to
disposeWhenDismissed
Whether or not the page should be disposed when it is dismissed. Do not set this to true if you plan on re-using or caching a reference to the passed-in form.
Transitions to a new page

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Transition( _
   ByVal nextPage As IPage2, _
   ByVal disposeWhenDismissed As Boolean _
) 
C# 
public void Transition( 
   IPage2 nextPage,
   bool disposeWhenDismissed
)

Parameters

nextPage
The page to transition to
disposeWhenDismissed
Whether or not the page should be disposed when it is dismissed. Do not set this to true if you plan on re-using or caching a reference to the passed-in form.

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