Gets 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 Object GetCommandParameter(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetCommandParameter ( _
	element As FrameworkElement _
) As Object

Parameters

element
Type: System.Windows..::..FrameworkElement
The element from which the property value is read.

Return Value

The command specific data.

See Also