Click or drag to resize

RelayCommandTCanExecuteChanged Event

Occurs when the return value of CanExecute(Object) is changed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler CanExecuteChanged

Value

Type: SystemEventHandler

Implements

ICommandCanExecuteChanged
See Also