Sets whether or not to update the Text binding whenever the text changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetPropertyChanged(
	DependencyObject obj,
	bool value
)
Visual Basic
Public Shared Sub SetPropertyChanged ( _
	obj As DependencyObject, _
	value As Boolean _
)
Visual C++
public:
static void SetPropertyChanged(
	DependencyObject^ obj, 
	bool value
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element on which the property is set.
value
Type: System..::..Boolean
True to update the Text binding whenever the text changes. False otherwise

See Also