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