Click or drag to resize

IRelayCommand Interface

Defines a command

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface IRelayCommand : ICommand, 
	INotifyPropertyChanged

The IRelayCommand type exposes the following members.

Methods
  NameDescription
Public methodRefreshCanExecute
Triggers the CanExecuteChanged event and forces the control to refresh the execution state
Top
See Also