QuickOPC User's Guide and Reference
ValueEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace : ValueEventArgs Class
Event arguments that holds a System.Object value.
Object Model
ValueEventArgs ClassExceptionCollection ClassNormalizedExceptionCollection ClassNormalizedException ClassNormalizedException Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<GuidAttribute("05D16EA3-C6B6-43AE-99C1-18249C74C21D")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class ValueEventArgs 
   Inherits OperationEventArgs
   Implements OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As ValueEventArgs
[ComVisible(false)]
[Guid("05D16EA3-C6B6-43AE-99C1-18249C74C21D")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class ValueEventArgs : OperationEventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[ComVisible(false)]
[Guid("05D16EA3-C6B6-43AE-99C1-18249C74C21D")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class ValueEventArgs : public OperationEventArgs, 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.OperationModel.ValueEventArgs

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