The Click type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetCommand |
Gets the value of the Command attached property for a given DependencyObject.
|
![]() ![]() | GetCommandParameter |
Gets the value of the CommandParameter attached property for a given DependencyObject.
|
![]() ![]() | SetCommand |
Sets the value of the Command attached property for a given DependencyObject.
|
![]() ![]() | SetCommandParameter |
Sets the value of the CommandParameter attached property for a given DependencyObject.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | CommandParameterProperty |
Identifies the CommandParameter attached property.
|
![]() ![]() | CommandProperty |
Identifies the Command attached property.
|
Attached Properties
Name | Description | |
---|---|---|
![]() | Command | The command to be executed when the element is clicked. |
![]() | CommandParameter | The parameter to pass to the command executed when the element is clicked. |