OPC Studio User's Guide and Reference
EasyDAItemChangedEventArgs<TValue> Class
Members 



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace : EasyDAItemChangedEventArgs<TValue> Class
The type of item value.
Provides typed data for an event raised for every significant change in a subscribed OPC item.
Object Model
EasyDAItemChangedEventArgs<TValue> ClassEasyDAItemSubscriptionArguments ClassExceptionCollection ClassNormalizedExceptionCollection ClassNormalizedException ClassNormalizedException ClassDAVtq Class
Syntax
'Usage
 
Dim instance As EasyDAItemChangedEventArgs(Of TValue)
Type Parameters
TValue
The type of item value.
Remarks

There are implicit conversions from this type to:

Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.OperationModel.OperationEventArgs
         OpcLabs.EasyOpc.DataAccess.OperationModel.EasyDAItemChangedEventArgs
            OpcLabs.EasyOpc.DataAccess.Generic.EasyDAItemChangedEventArgs<TValue>

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