Sets a user defined data value that can be passed to the command when it is executed.
Syntax
'Declaration
Public Shared Sub SetCommandParameter( _
ByVal As Windows.UI.Xaml.FrameworkElement, _
ByVal As System.Object _
)
public static void SetCommandParameter(
Windows.UI.Xaml.FrameworkElement ,
System.object
)
Parameters
- element
- The element to which the attached property is written.
- value
- The command specific data.
See Also