Share via


Click Members

Include Protected Members
Include Inherited Members

The Click type exposes the following members.

Methods

  Name Description
Public methodStatic member GetCommand
Retrieves the ICommand attached to the ButtonBase.
Public methodStatic member GetCommandParameter
Gets the value in CommandParameter attached property on the provided ButtonBase
Public methodStatic member SetCommand
Sets the ICommand to execute on the click event.
Public methodStatic member SetCommandParameter
Sets the value for the CommandParameter attached property on the provided ButtonBase.

Fields

  Name Description
Public fieldStatic member CommandParameterProperty
Command parameter to supply on command execution.
Public fieldStatic member CommandProperty
Command to execute on click event.

Attached Properties

  Name Description
Public attached property Command
Command to execute on click event.
Public attached property CommandParameter
Command parameter to supply on command execution.

See Also

Click Class

Microsoft.Practices.Prism.Commands Namespace