QuickOPC User's Guide and Reference
EventTypes Property (AECategoryDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing Namespace > AECategoryDialog Class : EventTypes Property
Type of event, or multiple event types combined.
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.AlarmsAndEvents.AEEventType, "All")>
Public Property EventTypes As AEEventType
'Usage
 
Dim instance As AECategoryDialog
Dim value As AEEventType
 
instance.EventTypes = value
 
value = instance.EventTypes
[DefaultValue(OpcLabs.EasyOpc.AlarmsAndEvents.AEEventType, "All")]
public AEEventType EventTypes {get; set;}
[DefaultValue(OpcLabs.EasyOpc.AlarmsAndEvents.AEEventType, "All")]
public:
property AEEventType^ EventTypes {
   AEEventType^ get();
   void set (    AEEventType^ value);
}
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