ICommandSourceCommandParameter Property

The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Object? CommandParameter { get; }

Property Value

Object

See Also