Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnItemsSourceCollectionChanged( _ ByVal collection As IEnumerable, _ ByVal e As NotifyCollectionChangedEventArgs _ ) |
C# | |
---|---|
protected virtual void OnItemsSourceCollectionChanged( IEnumerable collection, NotifyCollectionChangedEventArgs e ) |
Parameters
- collection
- The collection.
- e
- The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7