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 virtual void OnPropertyChanged(
	string propertyName
)
Visual Basic (Declaration)
Protected Overridable Sub OnPropertyChanged ( _
	propertyName As String _
)

Parameters

propertyName
Type: System..::.String
The name of the property whose value has changed.

See Also