| 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 Phone 7