Share via


CommandBehaviorBase<T>.CommandParameter Property

The parameter to supply the command during execution

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Property CommandParameter As Object
public Object CommandParameter { get; set; }
public:
property Object^ CommandParameter {
    Object^ get ();
    void set (Object^ value);
}
function get_commandParameter();
function set_commandParameter(value);

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Composite.Presentation.Commands Namespace