Click or drag to resize

RelayCommandCanExecute method

Check routine for execution authorisation for the command for the UI.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public bool CanExecute(
	
	Object? parameters
)

Parameters

parameters  Object
Data used by the command (optional).

Return value

Boolean
True if the command can be executed.

Implemented

ICommandCanExecute(Object)
See also