DelegateCommand Class
Visual Studio 2015
A lightweight version of DelegateCommand modeled after Prism.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | DelegateCommand(Action<Object>) | Initializes a new instance of the DelegateCommand class. |
![]() | DelegateCommand(Action<Object>, Predicate<Object>) | Initializes a new instance of the DelegateCommand class. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | CanExecuteChanged |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


