IKeyModifiersEventArgs Interface
Definition
Represents an event associated with a set of Avalonia.Input.KeyModifiers.
public interface IKeyModifiersEventArgs
Properties
| Name | Description |
|---|---|
| KeyModifiers | Gets the key modifiers associated with this event. |
KeyModifiers Property
Gets the key modifiers associated with this event.
public Avalonia.Input.KeyModifiers KeyModifiers { get; set; }