Click or drag to resize

RelayCommandT Constructor (ActionT)

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public RelayCommand(
	Action<T> action
)

Parameters

action
Type: SystemActionT
The action that is invoked on command execution
See Also