Table of Contents

Method SetCommand

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

SetCommand(FrameworkElement, ICommand)

Sets the command associated with the control.

public static void SetCommand(FrameworkElement item, ICommand command)

Parameters

item FrameworkElement

The control.

command ICommand

The command to associate with the control.