VEventCollection(IList<VEvent>) Constructor

Construct the collection using a list of VEvent objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VEventCollection(
	IList<VEvent> events
)

Parameters

events  IList<VEvent>
The IList<T> of events to add

See Also