AttachedCommandBehavior.CommandBehavior.SetCommandParameter C# (CSharp) Method

SetCommandParameter() public static method

Sets the CommandParameter property.
public static SetCommandParameter ( DependencyObject d, object value ) : void
d System.Windows.DependencyObject
value object
return void
        public static void SetCommandParameter(DependencyObject d, object value)
        {
            d.SetValue(CommandParameterProperty, value);
        }