CommandParameter 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)
- C#
- VB
- F#
Object? CommandParameter { get; }
ReadOnly Property CommandParameter As Object
Get
abstract CommandParameter : Object with get