Click or drag to resize
ObservableCollectionTOnCollectionChanged Method
Raises the event to call when the collection has changed.

Namespace: System.Collections.ObjectModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs

[Missing <param name="e"/> documentation for "M:System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]

See Also