In This Article

ActiproSoftware.UI.Avalonia.Input Namespace

Classes

CompositeCommand

Defines a single ICommand that is a collection of multiple ICommand instances acting together.

DelegateCommand<T>

Provides an ICommand implementation based on delegates.

InputExtensions

Provides extension methods for input-related types.

KeyboardNavigationHelper

Contains static methods that are useful for performing common tasks related to keyboard navigation.

PreviewableCompositeCommand

Provides an IPreviewableCommand implementation of CompositeCommand.

PreviewableDelegateCommand<T>

Provides an IPreviewableCommand implementation based on delegates.

Interfaces

IPreviewableCommand

Provides the base requirements for an ICommand that supports previewing command results without actually committing them.