RelayCommandT(ActionT, PredicateT) Constructor |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public RelayCommand(
Action<T> execute,
Predicate<T> canExecute
)
Parameters
- execute ActionT
-
- canExecute PredicateT
-
See Also