Class ControlDoubleClick
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.