CommandTriggerAction.

CommandParameter Property

Summary

Gets or sets an object that will be passed to the Command attached to this trigger.
Namespace
MahApps.Metro.Actions
Containing Type
CommandTriggerAction

Syntax

public object CommandParameter { get; set; }

Value

Type Description
object