PropertyChangedTrigger.Binding Property

A binding object that the trigger will listen to, and that causes the trigger to fire when it changes.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Binding As Object
'Usage
Dim instance As PropertyChangedTrigger
Dim value As Object

value = instance.Binding

instance.Binding = value
public Object Binding { get; set; }
public:
property Object^ Binding {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_Binding ()

/** @property */
public void set_Binding (Object value)
public function get Binding () : Object

public function set Binding (value : Object)

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

PropertyChangedTrigger Class
PropertyChangedTrigger Members
Microsoft.Expression.Interactivity.Core Namespace