Generated by DocFX

Namespace ISynergy.Framework.Mvvm.Abstractions.Commands

Interfaces

IAsyncRelayCommand

An interface expanding IRelayCommand to support asynchronous operations.

IAsyncRelayCommand<T>

A generic interface representing a more specific version of IAsyncRelayCommand.

IRelayCommand

An interface expanding with the ability to raise the event externally.

IRelayCommand<T>

A generic interface representing a more specific version of IRelayCommand.