EventTriggerBehavior.SourceObject Property

Gets the SourceObject dependency property.

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

Syntax

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

Property Value

Type: System.Object
The SourceObject dependency property.

.NET Framework Security

See Also

Reference

EventTriggerBehavior Class

Microsoft.Xaml.Interactions.Core Namespace

SourceObject

AssociatedObject