DateTimeEditors for WinRT
SetCommand Method

The element to which the attached property is written.
The needed System.Windows.Input.ICommand value.
Sets the command that will be executed when the command source is invoked.
Syntax
'Declaration
 
Public Shared Sub SetCommand( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As System.Object _
) 
public static void SetCommand( 
   Windows.UI.Xaml.FrameworkElement element,
   System.object value
)

Parameters

element
The element to which the attached property is written.
value
The needed System.Windows.Input.ICommand value.
See Also

Reference

CommandExtensions Class
CommandExtensions Members

 

 


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

Product Support Forum  |  Documentation Feedback