FunctionBindingBehaviorBase Properties
Serves as the base class for the FunctionBindingBehavior and MethodToCommandBehavior classes.| Name | Description |
|---|---|
| Arg1 | Gets or sets an argument. This is a dependency property. |
| Arg10 | Gets or sets an argument. This is a dependency property. |
| Arg11 | Gets or sets an argument. This is a dependency property. |
| Arg12 | Gets or sets an argument. This is a dependency property. |
| Arg13 | Gets or sets an argument. This is a dependency property. |
| Arg14 | Gets or sets an argument. This is a dependency property. |
| Arg15 | Gets or sets an argument. This is a dependency property. |
| Arg2 | Gets or sets an argument. This is a dependency property. |
| Arg3 | Gets or sets an argument. This is a dependency property. |
| Arg4 | Gets or sets an argument. This is a dependency property. |
| Arg5 | Gets or sets an argument. This is a dependency property. |
| Arg6 | Gets or sets an argument. This is a dependency property. |
| Arg7 | Gets or sets an argument. This is a dependency property. |
| Arg8 | Gets or sets an argument. This is a dependency property. |
| Arg9 | Gets or sets an argument. This is a dependency property. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Source | Gets or sets an object whose method or a function should be executed. This is a dependency property. |
| Target | Gets or sets a target object. This is a dependency property. |
See Also