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

page
The new page to display.
transition
The type of visual transition to use when displaying the new page.
Displays a page in the application window, replacing the currently displayed page.

Syntax

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

Parameters

page
The new page to display.
transition
The type of visual transition to use when displaying the new page.

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