DateTimeEditors for WinRT
SetCommandTarget Method

The element to which the attached property is written.
The object that the command is being executed on.
Sets the object that the command is being executed on.
Syntax
'Declaration
 
Public Shared Sub SetCommandTarget( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As Windows.UI.Xaml.UIElement _
) 
public static void SetCommandTarget( 
   Windows.UI.Xaml.FrameworkElement element,
   Windows.UI.Xaml.UIElement value
)

Parameters

element
The element to which the attached property is written.
value
The object that the command is being executed on.
See Also

Reference

CommandExtensions Class
CommandExtensions Members

 

 


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

Product Support Forum  |  Documentation Feedback