Skip to main content

KeyToCommand Fields

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