Sets a user defined data value that can be passed to the command when it is executed.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetCommandParameter(
	FrameworkElement element,
	Object value
)
Visual Basic
Public Shared Sub SetCommandParameter ( _
	element As FrameworkElement, _
	value As Object _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element to which the attached property is written.
value
Type: System..::..Object
The command specific data.

See Also