Name | Description | |
---|---|---|
![]() | NullDelegateCommand Constructor |
The following tables list the members exposed by NullDelegateCommand.
Name | Description | |
---|---|---|
![]() | NullDelegateCommand Constructor |
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 | Provides an empty implementation to satisfy the IDelegateCommand interface. It does not raise the CanExecuteChanged event. |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Occurs when changes occur that affect whether the command should execute. |