ObservableCollectionExtended<(Of <(<'T>)>)>..::..OnPropertyChanged Method

Raises the [ObservableCollection{T}.PropertyChanged] event with the provided arguments.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


protected void OnPropertyChanged(
	string propertyName
)
Protected Sub OnPropertyChanged ( _
	propertyName As String _
)

Parameters

propertyName
Type: String
Property that is being changed.