KeyToCommand Members
In This Article
#Constructors
Name | Description |
---|---|
Key |
Initializes a new instance of the Key |
#Fields
Name | Description |
---|---|
Associated |
Identifies the Associated |
Command |
Identifies the Command |
Command |
Identifies the Command dependency property.
Inherited from Event |
Dispatcher |
Identifies the Dispatcher |
Event |
Identifies the Event |
Event |
Identifies the Event |
Key |
Identifies the Key |
Mark |
Identifies the Mark |
Process |
Identifies the Process |
#Properties
Name | Description |
---|---|
Actual |
Gets an actual event owner. This is a dependency property.
Inherited from Event |
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 Command. This is a dependency property.
Inherited from Event |
Dispatcher |
Gets or sets the priority of the Dispatchernull which means that the Dispatcher |
Event |
Gets or sets the name of an event that triggers the associated command. This is a dependency property.
Inherited from Event |
Event |
Gets or sets a source object that raises the event. This is a dependency property.
Inherited from Event |
Is |
Gets whether the behavior is attached to its associated object. Inherited from Behavior. |
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 |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also