Gets whether or not the Text binding is updated every time the text in the TextBox changes.

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

Syntax

C#
public static bool GetPropertyChanged(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetPropertyChanged ( _
	obj As DependencyObject _
) As Boolean
Visual C++
public:
static bool GetPropertyChanged(
	DependencyObject^ obj
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element from which the property is read.

Return Value

True if the Text binding is updated every time the text changes. False otherwise.

See Also