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
)
Public Function CanExecute (
parameter As Object
) As Boolean
abstract CanExecute :
parameter : Object -> bool
override CanExecute :
parameter : Object -> bool
Parameters
- parameter
- Type: SystemObject
Command argument from the control.
Return Value
Type:
Booleantrue if this command can execute; otherwise,
false.
Implements
ICommandCanExecute(Object)See Also