Table of Contents

Method GetCommand

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

GetCommand(FrameworkElement)

Gets the command associated with the specified framework element.

public static ICommand GetCommand(FrameworkElement element)

Parameters

element FrameworkElement

The framework element.

Returns

ICommand

The command associated with the framework element.