NotifyListTOnCollectionChanged Method |
Called when the underlying collection is changed.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected override void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overrides Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
) override
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
Parameters
- e
- Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
See Also