Raises the PropertyChanged event.

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

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

Parameters

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

See Also