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 T
'Usage
Dim instance As EventTriggerBase(Of T)
Dim value As T

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

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 Generic Class
EventTriggerBase Members
System.Windows.Interactivity Namespace