QuickOPC User's Guide and Reference
OperationEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace : OperationEventArgs Class
Provides data for the operation events.
Object Model
OperationEventArgs ClassExceptionCollection ClassNormalizedExceptionCollection ClassNormalizedException ClassNormalizedException Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("E67A1551-97FC-4977-AE62-6BE38AFBB97B")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class OperationEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As OperationEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs)]
[ComVisible(true)]
[Guid("E67A1551-97FC-4977-AE62-6BE38AFBB97B")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class OperationEventArgs : System.EventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs)]
[ComVisible(true)]
[Guid("E67A1551-97FC-4977-AE62-6BE38AFBB97B")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class OperationEventArgs : public System.EventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.OperationModel.OperationEventArgs
         OpcLabs.BaseLib.Communication.ConnectedConditionChangedEventArgs
         OpcLabs.BaseLib.OperationModel.ValueEventArgs
         OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAENotificationEventArgs
         OpcLabs.EasyOpc.DataAccess.OperationModel.EasyDAItemChangedEventArgs
         OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemChangedEventArgs
         OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUAPubSubMessageEventArgs

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