'Declaration
Public Shared Sub SetCommandParameter( _ ByVal element As FrameworkElement, _ ByVal value As Object _ )
public static void SetCommandParameter( FrameworkElement element, object value )
Parameters
- element
- The element to which the attached property is written.
- value
- The command specific data.