The following tables list the members exposed by DelegateCommand.
Public Constructors
Public Fields
| Name | Description |
| NullCommand | Gets "Null" command instance which does nothing and is always disabled |
Top
Public Methods
| Name | Description |
| CanExecute | Defines the method that determines whether the command can execute in its current state. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>) |
| Execute | Defines the method to be called when the command is invoked. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>) |
| RaiseCanExecuteChanged | Raise CanExecuteChanged event from external code. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>) |
Top
Public Events
| Name | Description |
| CanExecuteChanged | Occurs when changes occur that affect whether the command should execute. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>) |
Top
See Also