Click or drag to resize
NotifyListTOnCollectionChanged Method
Called when the underlying collection is changed.

Namespace: VirtualRadar.Interface.PortableBinding
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
See Also