Table of Contents

Class ControlDoubleClick

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

Provides attached properties for handling double-click commands on controls.

public static class ControlDoubleClick
Inheritance
ControlDoubleClick

Methods

GetCommand(FrameworkElement)

Gets the command associated with the control.

GetCommandParameter(FrameworkElement)

Gets the command parameter associated with the control.

SetCommand(FrameworkElement, ICommand)

Sets the command associated with the control.

SetCommandParameter(FrameworkElement, object)

Sets the command parameter associated with the control.