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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AECategoryDialog Interface : EventTypes Property
Type of event, or multiple event types combined.
Syntax
'Declaration
 
<NotNullAttribute()>
Property EventTypes As AEEventType
'Usage
 
Dim instance As _AECategoryDialog
Dim value As AEEventType
 
instance.EventTypes = value
 
value = instance.EventTypes
[NotNull()]
AEEventType EventTypes {get; set;}
[NotNull()]
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