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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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