DelegateCommand Class |
Namespace: Arction.Wpf.ChartingMVVM.SeriesXY
The DelegateCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| DelegateCommand(ActionObject) |
Creates and initializes a new instance of this class.
| |
| DelegateCommand(ActionObject, PredicateObject) |
Creates and initializes a new instance of this class.
|
| Name | Description | |
|---|---|---|
| CanExecute |
Able to execute parameter
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Execute parameter
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RaiseCanExecuteChanged |
Occurs when can execute is changed
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CanExecuteChanged |
Can execute event
|