ObservableCollection<(Of <(T>)>).OnCollectionChanged Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Raises the CollectionChanged event with the provided event data.

Namespace:  System.Collections.ObjectModel
Assembly:  System (in System.dll)

Syntax

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

Parameters

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ObservableCollection<(Of <(T>)>) Class

System.Collections.ObjectModel Namespace