ICommandSource.

CommandParameter Property

Summary

The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired.
Namespace
Avalonia.Input
Containing Type
ICommandSource

Syntax

object CommandParameter { get; }

Value

Type Description
object