DelegateCommand Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | CanExecute(Object^) | Determines whether the command can be executed in the current state. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Execute(Object^) | Executes the command. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaiseCanExecuteChanged() | Event called when the current command's ability to execute may have changed. |
![]() | ToString() | (Inherited from Object.) |
Show:

