Constructor RelayCommand
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
RelayCommand(Action<T>)
public RelayCommand(Action<T> execute)
Parameters
execute
Action<T>
RelayCommand(Action<T>, Predicate<T>)
public RelayCommand(Action<T> execute, Predicate<T> canExecute)