ReadOnlyObservableCollectionExtended<(Of <(<'T>)>)>..::..OnCollectionChanged Method

Raises the CollectionChanged event using the provided arguments.

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

Syntax


protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs args
)
Protected Overridable Sub OnCollectionChanged ( _
	args As NotifyCollectionChangedEventArgs _
)

Parameters

args
Type: NotifyCollectionChangedEventArgs
Arguments of the event being raised.