Raises the PropertyChanged event.

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

Syntax

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

Parameters

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

See Also