Sets the object that the command is being executed on.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetCommandTarget(
	FrameworkElement element,
	UIElement value
)
Visual Basic
Public Shared Sub SetCommandTarget ( _
	element As FrameworkElement, _
	value As UIElement _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element to which the attached property is written.
value
Type: System.Windows..::..UIElement
The object that the command is being executed on.

See Also