Table of Contents

Method SetCommandParameter

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

SetCommandParameter(FrameworkElement, object)

Sets the command parameter associated with the control.

public static void SetCommandParameter(FrameworkElement item, object parameter)

Parameters

item FrameworkElement

The control.

parameter object

The command parameter to associate with the control.