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