'Declaration
Public Shared Sub SetCommand( _ ByVal element As FrameworkElement, _ ByVal value As Object _ )
public static void SetCommand( FrameworkElement element, object value )
Parameters
- element
- The element to which the attached property is written.
- value
- The needed System.Windows.Input.ICommand value.