ReadOnlyObservableCollectionExtended<(Of <(<'T>)>)>..::..OnSourcePropertyChanged Method (String)

This method is called when a property on the source collection changes. You may use this to forward property change notifications for properties on this class that wrap the source collection.

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

Syntax


protected virtual void OnSourcePropertyChanged(
	string propertyName
)
Protected Overridable Sub OnSourcePropertyChanged ( _
	propertyName As String _
)

Parameters

propertyName
Type: String

Remarks


This will not forward the properties "Count" and "Item[]".