DateTimeEditors for WinRT
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback