C1DelegateCommand Class Members
In This Topic
The following tables list the members exposed by C1DelegateCommand.
Public Constructors
Public Methods
| Name | Description |
| CanExecute | Defines the method that determines whether the command can execute in its current state. |
| Execute | Defines the method to be called when the command is invoked. |
| RaiseCanExecuteChanged | Raises the CanExecuteChanged event. |
Top
Public Events
| Name | Description |
| CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |
Top
See Also