ComponentOne Basic Library for UWP
GetCommandParameter Method

C1.UWP Assembly > C1.Xaml Namespace > CommandExtensions Class : GetCommandParameter Method
The element from which the property value is read.
Gets a user defined data value that can be passed to the command when it is executed.
Syntax
'Declaration
 
Public Shared Function GetCommandParameter( _
   ByVal element As Windows.UI.Xaml.FrameworkElement _
) As System.Object
public static System.object GetCommandParameter( 
   Windows.UI.Xaml.FrameworkElement element
)

Parameters

element
The element from which the property value is read.

Return Value

The command specific data.
See Also

Reference

CommandExtensions Class
CommandExtensions Members