Click or drag to resize

IRelayCommand interface

Encapsulates ICommand details for WPF commands.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public interface IRelayCommand : ICommand

The IRelayCommand Type exposes the following members.

Methods
 NameDescription of the
Public MethodUpdateCanExecuteState Forces CanExecuteChanged.
Back to the top
See also