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