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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Xaml.Interactions.Core Namespace
SourceObject