Cape Unit BaseOn Port Collection List Changed Method
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#
protected void OnPortCollectionListChanged(
ListChangedEventArgs args
)VB
Protected Sub OnPortCollectionListChanged (
args As ListChangedEventArgs
)Parameters
- args ListChangedEventArgs
- A System.ComponentModel.ListChangedEventArgs that contains information about the event.
Remarks
ListChanged notifications for item value changes are only raised if the
list item type implements the INotifyPropertyChanged interface.