Raises the PropertyChanged event.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual void OnPropertyChanged(
	string propertyName
)
Visual Basic
Protected Overridable Sub OnPropertyChanged ( _
	propertyName As String _
)
Visual C++
protected:
virtual void OnPropertyChanged(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String
The name of the property that changed.

See Also