CapeUnitBaseOnPortCollectionListChanged 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)
protected void OnPortCollectionListChanged(
	ListChangedEventArgs args
)

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.

See Also