ICommandSource Properties
Properties
Command | The command that will be executed when the class is "invoked." Classes that implement this interface should enable or disable based on the command's CanExecute return value. The property may be implemented as read-write if desired. |
CommandParameter | The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired. |
IsEffectivelyEnabled | Gets a value indicating whether this control and all its parents are enabled. |
See Also
Reference
ICommandSource Interface
Avalonia.Input Namespace