QuickOPC User's Guide and Reference
EventType Property (AEEventData)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventData Class : EventType Property
Simple, Condition-Related, or Tracking event.
Syntax
'Declaration
 
Public Property EventType As AEEventType
'Usage
 
Dim instance As AEEventData
Dim value As AEEventType
 
instance.EventType = value
 
value = instance.EventType
public AEEventType EventType {get; set;}
public:
property AEEventType^ EventType {
   AEEventType^ get();
   void set (    AEEventType^ value);
}
Remarks

One of AEEventType constants.

Requirements

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

See Also