ICommandSourceCommand Property
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.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ICommand? Command { get; }
ReadOnly Property Command As ICommand
Get
abstract Command : ICommand with get
Property Value
ICommand