Click or drag to resize

RelayCommandT Constructor (ActionT)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public RelayCommand(
	Action<T> execute
)

Parameters

execute
Type: SystemActionT
Delegate to execute the command.
Remarks
The CanExecute(Object) will always return true.
See Also