EventTriggerBase.Source Property

Gets the resolved source. If is not set or cannot be resolved, defaults to AssociatedObject.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public ReadOnly Property Source As Object
'Usage
Dim instance As EventTriggerBase
Dim value As Object

value = instance.Source
public Object Source { get; }
public:
property Object^ Source {
    Object^ get ();
}
/** @property */
public Object get_Source ()
public function get Source () : Object

Remarks

In general, this property should be used in place of AssociatedObject in derived classes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventTriggerBase Class
EventTriggerBase Members
System.Windows.Interactivity Namespace