Gets the name of the property that changed.

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

Syntax

C#
public string PropertyName { get; }
Visual Basic
Public ReadOnly Property PropertyName As String
	Get
Visual C++
public:
property String^ PropertyName {
	String^ get ();
}

See Also