EventToCommand Properties
Executes a command in response to a raised event.
Name | Description |
---|---|
Allow |
Gets or sets whether the event source object’s Is |
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 an object that converts the event’s argument to a command’s parameter. This is a dependency property. |
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 |
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 |
Modifier |
Gets or sets modifier keys that need to be pressed to call the command. This is a dependency property. |
Pass |
Gets or sets whether the event arguments are passed to the command. This is a dependency property. |
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