Sets the value of the CommandParameter attached property for a given DependencyObject.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetCommandParameter(
	DependencyObject obj,
	Object value
)
Visual Basic
Public Shared Sub SetCommandParameter ( _
	obj As DependencyObject, _
	value As Object _
)
Visual C++
public:
static void SetCommandParameter(
	DependencyObject^ obj, 
	Object^ value
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element on which to set the property value.
value
Type: System..::..Object
The value to which to set the property.

See Also