Click or drag to resize

RelayCommand Constructor (Action, FuncBoolean)

Initializes a new instance of RelayCommand class

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#

Parameters

action
Type: SystemAction
The action that is invoked on command execution
canexecute
Type: SystemFuncBoolean
A delegate that indicates if the command can be executed or not. Should return true if the command can be executed.
See Also