Share via


CommandBehaviorBase<T>.TargetObject Property

Object to which this behavior is attached.

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

Syntax

protected T TargetObject { get; }
'Declaration
Protected ReadOnly Property TargetObject As T
    Get

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Prism.Commands Namespace