Name | Description | |
---|---|---|
RelayCommand Constructor | Overloaded. |
The following tables list the members exposed by RelayCommand.
Name | Description | |
---|---|---|
RelayCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanExecute | Gets whether the command can be executed. | |
Disconnect | Removes the command from the the OnUpdate message queue. | |
Execute | Executes the command. | |
RaiseCanExecuteChanged | Raises the CanExecuteChanged event. | |
Reconnect | Adds the command back to the the OnUpdate message queue. |
Name | Description | |
---|---|---|
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |
Name | Description | |
---|---|---|
CanExecuteChanged | Occurs when the CanExecute property changes. | |
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |