QuickOPC User's Guide and Reference
AEEventType Constructor(AEEventType)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class > AEEventType Constructor : AEEventType Constructor(AEEventType)
An AEEventType object to copy from.
Initializes a new instance of the AEEventType class.Initializes a new instance of the class, from other AEEventType.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventType As AEEventType _
)
'Usage
 
Dim eventType As AEEventType
 
Dim instance As New AEEventType(eventType)
public AEEventType( 
   AEEventType eventType
)
public:
AEEventType( 
   AEEventType^ eventType
)

Parameters

eventType
An AEEventType object to copy from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEEventType Class
AEEventType Members
Overload List