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
)
Public Sub UpdateCommandCanExecute (
key As Object
)
member UpdateCommandCanExecute :
key : Object -> unit
Parameters
- key
- Type: SystemObject
Key of the command to execute.
See Also