String CollectionList Changed Event
This event is raised when an item is added or removed from the list, when the list is cleared, and
when an item is replaced in the list.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public event ListChangedEventHandler ListChangedVB
Public Event ListChanged As ListChangedEventHandlerC++
public:
event ListChangedEventHandler^ ListChanged {
void add (ListChangedEventHandler^ value);
void remove (ListChangedEventHandler^ value);
}F#
member ListChanged : IEvent<ListChangedEventHandler,
ListChangedEventArgs>