DelegateCommand Class Members
The following tables list the members exposed by DelegateCommand.
Public Constructors
Name | Description | |
---|---|---|
![]() | DelegateCommand Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | CanExecuteFunc | Gets or sets the can execute function. |
![]() | CommandAction | Gets or sets the command action. |
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. |
Public Events
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Used when changes occur that affect whether or not the command should execute. |
See Also