'Declaration
Public Shared Function GetCommandParameter( _ ByVal element As FrameworkElement _ ) As Object
public static object GetCommandParameter( FrameworkElement element )
Parameters
- element
- The element from which the property value is read.
Return Value
The command specific data.