Class KeyBinding
public class KeyBinding : AvaloniaObject, INotifyPropertyChanged
- Inheritance
-
KeyBinding
- Implements
- Inherited Members
- Extension Methods
Constructors
KeyBinding()
public KeyBinding()
Fields
CommandParameterProperty
public static readonly StyledProperty<object> CommandParameterProperty
Field Value
CommandProperty
public static readonly StyledProperty<ICommand> CommandProperty
Field Value
GestureProperty
public static readonly StyledProperty<KeyGesture> GestureProperty
Field Value
Properties
Command
public ICommand Command { get; set; }
Property Value
CommandParameter
public object CommandParameter { get; set; }
Property Value
Gesture
public KeyGesture Gesture { get; set; }
Property Value
Methods
TryHandle(KeyEventArgs)
public void TryHandle(KeyEventArgs args)
Parameters
args
KeyEventArgs