Click or drag to resize

StyleBindingsInputBindings Attached Property

This property is needed to set InputBindings via a Style

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
See GetInputBindings, SetInputBindings

Property Value

Type: InputBindingTemplate
Examples
XAML
<Style TargetType="ListBoxItem">
  <Setter Property="wpf:StyleBindings.InputBindings">
    <Setter.Value>
      <wpf:InputBindingTemplate>
        <KeyBinding .... />
        <MouseBinding .... />
      </core:InputBindingTemplate>
    </Setter.Value>
  </Setter>
See Also