ReadOnlyObservableCollection.OnCollectionChanged Method
.NET Framework 3.0
Raises the CollectionChanged event using the provided arguments.
Namespace: System.Collections.ObjectModel
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
'Declaration Protected Overridable Sub OnCollectionChanged ( _ args As NotifyCollectionChangedEventArgs _ ) 'Usage Dim args As NotifyCollectionChangedEventArgs Me.OnCollectionChanged(args)
protected void OnCollectionChanged ( NotifyCollectionChangedEventArgs args )
protected function OnCollectionChanged ( args : NotifyCollectionChangedEventArgs )
You cannot use methods in XAML.
Parameters
- args
Arguments of the event being raised.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.