'Declaration
Public Shared Function GetCommandTarget( _ ByVal element As FrameworkElement _ ) As UIElement
public static UIElement GetCommandTarget( FrameworkElement element )
Parameters
- element
- The element from which the property value is read.
Return Value
The object that the command is being executed on.