Struct CommandEntry
Represents the implementation of command.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public struct CommandEntry
Fields
| Name | Description |
|---|---|
| CanExecute | The handler to determine whether command can be executed. |
| Command | Gets the command that is implemented. |
| Executed | The handler when command is executed. |
Properties
| Name | Description |
|---|---|
| InputGesturesCount | Gets the count of input gestures for this command implementation. |
Methods
| Name | Description |
|---|---|
| GetInputGesture(Int32) | Gets the input gesture at specified index. |
| ReplaceWith(InputGesture[]) | Create a new CommandEntry by replaces the input gestures. |