| CauldronUICommand Constructor (String, Action) |
Namespace:
Cauldron.XAML
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Parameters
- label
- Type: SystemString
The label of the command button - command
- Type: SystemAction
The action that will be invoke if the command is executed
See Also