Skip to main content

MethodToCommandBehavior Properties

Binds a method of a ViewModel or control to a Command property of a control on a View.
Name Description
Arg1 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg10 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg11 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg12 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg13 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg14 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg15 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg2 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg3 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg4 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg5 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg6 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg7 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg8 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Arg9 Gets or sets an argument. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
CanExecuteFunction Gets or sets the name of a function that determines whether the Method can be executed. This is a dependency property.
Command Gets or sets a Target object’s command property name that should be bound to the specified Method. This is a dependency property.
CommandParameter Gets or sets the command parameter. This is a dependency property.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
Method Gets or sets the name of a Source object’s method that should be invoked. This is a dependency property.
Source Gets or sets an object whose method or a function should be executed. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
Target Gets or sets a target object. This is a dependency property. Inherited from FunctionBindingBehaviorBase.
See Also