Click or drag to resize

RelayCommandTCanExecute Method

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject

Return Value

Type: Boolean

Implements

ICommandCanExecute(Object)
See Also