VEventCollection(IListVEvent) 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: 2023.1.2.0
public VEventCollection(
	IList<VEvent> events
)

Parameters

events  IListVEvent
The IListT of events to add

See Also