ESRI.ArcGIS.Mobile.Client
PageNavigationCommand Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : PageNavigationCommand Class


The following tables list the members exposed by PageNavigationCommand.

Public Constructors

 NameDescription
Public ConstructorPageNavigationCommand ConstructorOverloaded.  Initializes a new instance of the PageNavigationCommand class.  
Top

Public Properties

 NameDescription
Public PropertyCommandType The type of page navigation command.  
Public PropertyDescription A brief description of what the command does. (Inherited from UICommand)
Public PropertyImage The image to display in the user-interface for this command. (Inherited from UICommand)
Public PropertyIsCheckable Indicates whether the command supports being checked. I.e., whether the IsChecked property is applicable. (Inherited from UICommand)
Public PropertyIsChecked Indicates whether the command is checked. (Inherited from UICommand)
Public PropertyText The caption to display in the user-interface for the command. (Inherited from UICommand)
Top

Public Methods

 NameDescription
Public MethodCanExecute Determines whether the command can execute in its current state. (Inherited from RelayCommand)
Public MethodExecute Called when the command is invoked. (Inherited from RelayCommand)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from UICommand)
Top

Public Events

 NameDescription
Public EventCanExecuteChanged Occurs when changes to the command source are detected by the command manager. (Inherited from RelayCommand)
Public EventPropertyChanged Occurs when a property value changes. (Inherited from UICommand)
Top

See Also