ChangePropertyAction.TargetObject Property

Gets or sets the object whose property will be changed. If TargetObject is not set or cannot be resolved, the sender of Execute will be used. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property TargetObject As Object
public Object TargetObject { get; set; }
public:
property Object^ TargetObject {
    Object^ get ();
    void set (Object^ value);
}
member TargetObject : Object with get, set
function get TargetObject () : Object 
function set TargetObject (value : Object)

Property Value

Type: System.Object
The object whose property will be changed.

.NET Framework Security

See Also

Reference

ChangePropertyAction Class

Microsoft.Xaml.Interactions.Core Namespace

TargetObject

Execute