Click or drag to resize

RelayCommandTCanExecute Method

Determines whether this command can execute with the specified parameter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Command argument from the control.

Return Value

Type: Boolean
true if this command can execute; otherwise, false.

Implements

ICommandCanExecute(Object)
See Also