Click or drag to resize

CommandRoutingBehavior Properties

The CommandRoutingBehavior type exposes the following members.

Properties
 NameDescription
Public propertyCommandParameter Gets or sets the command parameter.
Public propertyCommandSource Gets or sets the type of the command source factory defining the command.
Public propertyCommandTarget Gets or sets the command target.
Public propertyCompositionContext Gets or sets the composition context.
Public propertyIsActive Gets a value indicating whether this instance is active. If multiple command routings exist, the routing of the element that had the most recent keyboard focus is active.
Public propertyIsChecked Gets or sets a value indicating whether this instance is checked, e.g. when bound to a MenuItem with IsCheckable set to true.
Public propertyIsEnabled Gets or sets a value indicating whether this instance is enabled, i.e. if the routing will be active. This does not affect the enabled state of the visual bound to the command source.
Top
See Also