KeyToCommand Properties
Allows you to bind a KeyGesture to a command.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Command |
Gets or sets the command to invoke when the associated event is raised. This is a dependency property.
Inherited from Event |
Command |
Gets or sets a parameter to pass to the Event |
Command |
Gets or sets the target element on which to raise the specified Command. This is a dependency property.
Inherited from Event |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Dispatcher |
Gets or sets the priority of the Dispatcher that invokes the associated command. This is a dependency property.
Inherited from Event |
Event |
Gets or sets a routed event that triggers the associated command.
Inherited from Event |
Event |
Gets or sets the name of an event that triggers the associated command.
Inherited from Event |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Key |
Gets or sets the key gesture that invokes the command. This is a dependency property. |
Mark |
Gets or sets whether the associated routed event is marked as handled when the command is executed. This is a dependency property.
Inherited from Event |
Process |
Gets or sets whether the Event |
Source |
Gets the source object.
Inherited from Event |
Source |
Gets or sets the name of the source object that raises the event. This is a dependency property.
Inherited from Event |
Source |
Gets or sets a source object that raises the event. This is a dependency property.
Inherited from Event |
Use |
Gets or sets if the Event |
See Also