Click or drag to resize

RelayCommandTCanExecute Method

Determines if the command can execute in its current state.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Data used by the command.

Return Value

Type: Boolean
if this command can be executed; otherwise, .

Implements

ICommandCanExecute(Object)
See Also