Share via


CommandBehaviorBase<T>.CommandParameter Property

The parameter to supply the command during execution

Namespace:  Microsoft.Practices.Prism.Commands
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public Object CommandParameter { get; set; }
'Declaration
Public Property CommandParameter As Object
    Get
    Set

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Prism.Commands Namespace