CommandBehaviorBase<T> Constructor

Constructor specifying the target object.

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

Syntax

public CommandBehaviorBase(
    T targetObject
)
'Declaration
Public Sub New ( _
    targetObject As T _
)

Parameters

  • targetObject
    Type: T
    The target object the behavior is attached to.

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Prism.Commands Namespace