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 specified framework element.

public static void SetCommandParameter(FrameworkElement treeView, object parameter)

Parameters

treeView FrameworkElement

The framework element.

parameter object

The command parameter to associate with the framework element.