Skip to main content

IKeyModifiersEventArgs Interface

Definition

Namespace:Avalonia.Input
Assembly:Avalonia.Base
Package:Avalonia

Represents an event associated with a set of Avalonia.Input.KeyModifiers.

public interface IKeyModifiersEventArgs

Properties

NameDescription
KeyModifiersGets the key modifiers associated with this event.

KeyModifiers Property

Gets the key modifiers associated with this event.

public Avalonia.Input.KeyModifiers KeyModifiers { get; set; }