DelegateCommand Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Entity.Design.UI.Commands..::..DelegateCommand
Namespace: Microsoft.Data.Entity.Design.UI.Commands
Assemblies: Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)
Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
Syntax
'Declaration
Public NotInheritable Class DelegateCommand _
Implements ICommand
'Usage
Dim instance As DelegateCommand
public sealed class DelegateCommand : ICommand
public ref class DelegateCommand sealed : ICommand
[<SealedAttribute>]
type DelegateCommand =
class
interface ICommand
end
public final class DelegateCommand implements ICommand
The DelegateCommand type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DelegateCommand |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
IsEnabled |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CanExecute | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
CanExecuteChanged |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)