Click Members
Include Protected Members
Include Inherited Members
The Click type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCommand |
Retrieves the ICommand attached to the ButtonBase.
|
|
GetCommandParameter |
Gets the value in CommandParameter attached property on the provided ButtonBase
|
|
SetCommand |
Sets the ICommand to execute on the click event.
|
|
SetCommandParameter |
Sets the value for the CommandParameter attached property on the provided ButtonBase.
|
Fields
Name | Description | |
---|---|---|
CommandParameterProperty |
Command parameter to supply on command execution.
|
|
CommandProperty |
Command to execute on click event.
|
Attached Properties
Name | Description | |
---|---|---|
Command |
Command to execute on click event.
|
|
CommandParameter |
Command parameter to supply on command execution.
|