ButtonBaseClickCommandBehavior Members
Include Protected Members
Include Inherited Members
The ButtonBaseClickCommandBehavior type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ButtonBaseClickCommandBehavior |
Initializes a new instance of the ButtonBaseClickCommandBehavior class and hooks up the Click event of clickableObject to the ExecuteCommand() method.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExecuteCommand |
Executes the command, if it's set, providing the CommandParameter
(Inherited from CommandBehaviorBase<T>.) |
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) | |
UpdateEnabledState |
Updates the target object's IsEnabled property based on the commands ability to execute.
(Inherited from CommandBehaviorBase<T>.) |
Properties
Name | Description | |
---|---|---|
Command |
Corresponding command to be execute and monitored for CanExecuteChanged
(Inherited from CommandBehaviorBase<T>.) |
|
CommandParameter |
The parameter to supply the command during execution
(Inherited from CommandBehaviorBase<T>.) |
|
TargetObject |
Object to which this behavior is attached.
(Inherited from CommandBehaviorBase<T>.) |