Raises the PropertyChanged event.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Parameters

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

See Also