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


The following tables list the members exposed by UICommand.

Public Constructors

 NameDescription
Public ConstructorUICommand ConstructorOverloaded.  Initializes a new instance of the UICommand class.  
Top

Public Properties

 NameDescription
Public PropertyDescription A brief description of what the command does.  
Public PropertyImage The image to display in the user-interface for this command.  
Public PropertyIsCheckable Indicates whether the command supports being checked. I.e., whether the IsChecked property is applicable.  
Public PropertyIsChecked Indicates whether the command is checked.  
Public PropertyText The caption to display in the user-interface for the command.  
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.  
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.  
Top

See Also