Table of Contents

Method SetCommand

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

SetCommand(FrameworkElement, ICommand)

Sets the command associated with the specified framework element.

public static void SetCommand(FrameworkElement treeView, ICommand command)

Parameters

treeView FrameworkElement

The framework element.

command ICommand

The command to associate with the framework element.