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 Function |
Arg10 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg11 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg12 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg13 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg14 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg15 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg2 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg3 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg4 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg5 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg6 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg7 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg8 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Arg9 |
Gets or sets an argument. This is a dependency property.
Inherited from Function |
Can |
Gets or sets the name of a function that determines whether the Method can be executed. This is a dependency property. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Command | Gets or sets a Target object’s command property name that should be bound to the specified Method. This is a dependency property. |
Command |
Gets or sets the command parameter. This is a dependency property. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
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 Function |
Target |
Gets or sets a target object. This is a dependency property.
Inherited from Function |
See Also