Table of Contents

Method SetCommandParameter

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

SetCommandParameter(ButtonBase, object)

Sets the value of the CommandParameter attached property to the specified ButtonBase.

public static void SetCommandParameter(ButtonBase target, object value)

Parameters

target ButtonBase

The ButtonBase to set the value for.

value object

The value to set for the CommandParameter attached property.