Table of Contents

Method GetCommandParameter

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

GetCommandParameter(ButtonBase)

Gets the value of the CommandParameter attached property from the specified ButtonBase.

public static object GetCommandParameter(ButtonBase target)

Parameters

target ButtonBase

The ButtonBase to get the value from.

Returns

object

The value of the CommandParameter attached property.