The Click type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetCommand
Gets the value of the Command attached property for a given DependencyObject.
Public methodStatic memberGetCommandParameter
Gets the value of the CommandParameter attached property for a given DependencyObject.
Public methodStatic memberSetCommand
Sets the value of the Command attached property for a given DependencyObject.
Public methodStatic memberSetCommandParameter
Sets the value of the CommandParameter attached property for a given DependencyObject.

Fields

  NameDescription
Public fieldStatic memberCommandParameterProperty
Identifies the CommandParameter attached property.
Public fieldStatic memberCommandProperty
Identifies the Command attached property.

Attached Properties

  NameDescription
Public attached propertyCommand
The command to be executed when the element is clicked.
Public attached propertyCommandParameter
The parameter to pass to the command executed when the element is clicked.

See Also