Table of Contents

Class ControlClick

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

Provides attached properties for handling control click commands.

public static class ControlClick
Inheritance
ControlClick

Methods

GetCommand(FrameworkElement)

Gets the command associated with the specified framework element.

GetCommandParameter(FrameworkElement)

Gets the command parameter associated with the specified framework element.

SetCommand(FrameworkElement, ICommand)

Sets the command associated with the specified framework element.

SetCommandParameter(FrameworkElement, object)

Sets the command parameter associated with the specified framework element.