ReadOnlyObservableCollection(Of T).OnCollectionChanged Method
.NET Framework 3.5
Raises the CollectionChanged event using the provided arguments.
Assembly: WindowsBase (in WindowsBase.dll)
'Declaration Protected Overridable Sub OnCollectionChanged ( _ args As NotifyCollectionChangedEventArgs _ ) 'Usage Dim args As NotifyCollectionChangedEventArgs Me.OnCollectionChanged(args)
You cannot use methods in XAML.
Parameters
- args
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
Arguments of the event being raised.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.