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


The following tables list the members exposed by RelayUICommand.

Public Constructors

 NameDescription
Public ConstructorRelayUICommand ConstructorOverloaded.  Initializes a new instance of the RelayCommand class.  
Top

Public Properties

 NameDescription
Public PropertyName UI Name  
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

Public Events

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

See Also