OpcEventCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines a collection for OpcEvent instances.

C#

public class OpcEventCollection : Collection<OpcEvent>, IList<OpcEvent>, ICollection<OpcEvent>, IList, ICollection, IReadOnlyList<OpcEvent>, IReadOnlyCollection<OpcEvent>, IEnumerable<OpcEvent>, IEnumerable


Inheritance ObjectCollection<OpcEvent> › OpcEventCollection


Implements IList<OpcEvent>, ICollection<OpcEvent>, IList, ICollection, IReadOnlyList<OpcEvent>, IReadOnlyCollection<OpcEvent>, IEnumerable<OpcEvent>, IEnumerable

Name Description
OpcEventCollection Initializes a new instance of the OpcEventCollection class.