Cape Unit BasePort Collection List Changed Event
Occurs when the list or an item in the list changes.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public event ListChangedEventHandler PortCollectionListChangedVB
Public Event PortCollectionListChanged As ListChangedEventHandlerValue
ListChangedEventHandlerRemarks
ListChanged notifications for item value changes are only raised if the
list item type implements the INotifyPropertyChanged interface.