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