CallMethodAction.TargetObject Property

Gets or sets the object that exposes the method of interest. 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 that exposes the method of interest.

.NET Framework Security

See Also

Reference

CallMethodAction Class

Microsoft.Xaml.Interactions.Core Namespace