Skip to main content
A newer version of this page is available. .

KeyToCommand Fields

Allows you to bind a KeyGesture to a command.
Name Description
CommandParameterProperty static Identifies the EventToCommandBase.CommandParameter dependency property. Inherited from EventToCommandBase.
CommandProperty static Identifies the EventToCommandBase.Command dependency property. Inherited from EventToCommandBase.
DispatcherPriorityProperty static Identifies the EventToCommandBase.DispatcherPriority dependency property. Inherited from EventToCommandBase.
EventNameProperty static Identifies the EventTriggerBase<T>.EventNameProperty dependency property. Inherited from EventTriggerBase<T>.
EventProperty static Identifies the EventTriggerBase<T>.EventProperty dependency property. Inherited from EventTriggerBase<T>.
KeyGestureProperty static Identifies the KeyToCommand.KeyGesture dependency property.
MarkRoutedEventsAsHandledProperty static Identifies the EventToCommandBase.MarkRoutedEventsAsHandled dependency property. Inherited from EventToCommandBase.
ProcessEventsFromDisabledEventOwnerProperty static Identifies the EventToCommandBase.ProcessEventsFromDisabledEventOwner dependency property. Inherited from EventToCommandBase.
SourceNameProperty static Identifies the EventTriggerBase<T>.SourceNameProperty dependency property. Inherited from EventTriggerBase<T>.
SourceObjectProperty static Identifies the EventTriggerBase<T>.SourceObjectProperty dependency property. Inherited from EventTriggerBase<T>.
UseDispatcherProperty static Identifies the EventToCommandBase.UseDispatcher dependency property. Inherited from EventToCommandBase.
See Also