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


The following tables list the members exposed by RelayCommand.

Public Constructors

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

Public Methods

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

Public Events

 NameDescription
Public EventCanExecuteChanged Occurs when changes to the command source are detected by the command manager.  
Top

See Also