ComponentOne Basic Library for UWP
SetCommandParameter Method

C1.UWP Assembly > C1.Xaml Namespace > CommandExtensions Class : SetCommandParameter Method
The element to which the attached property is written.
The command specific data.
Sets a user defined data value that can be passed to the command when it is executed.
Syntax
'Declaration
 
Public Shared Sub SetCommandParameter( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As System.Object _
) 
public static void SetCommandParameter( 
   Windows.UI.Xaml.FrameworkElement element,
   System.object value
)

Parameters

element
The element to which the attached property is written.
value
The command specific data.
See Also

Reference

CommandExtensions Class
CommandExtensions Members