 | RelayCommandCanExecute method |
Check routine for execution authorisation for the command for the UI.
Namespace: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntaxpublic bool CanExecute(
Object? parameters
)
Public Function CanExecute (
parameters As Object
) As Boolean
public:
virtual bool CanExecute(
Object^ parameters
) sealed
abstract CanExecute :
parameters : Object -> bool
override CanExecute :
parameters : Object -> bool
Parameters
- parameters Object
- Data used by the command (optional).
Return value
BooleanTrue if the command can be executed.
Implemented
ICommandCanExecute(Object)
See also