Click or drag to resize

PropertyStoreUpdateCommandCanExecute Method

Updates the command's execute status, typically when the CommandParameter changes.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void UpdateCommandCanExecute(
	Object key
)

Parameters

key
Type: SystemObject
Key of the command to execute.
See Also