
            
'Declaration<ComVisibleAttribute(False)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <CLSCompliantAttribute(True)> <SerializableAttribute()> Public NotInheritable Class EasyUADataChangeNotificationEventArgs(Of TValue) Inherits OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs Implements OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'UsageDim instance As EasyUADataChangeNotificationEventArgs(Of TValue)
[ComVisible(false)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [CLSCompliant(true)] [Serializable()] public sealed class EasyUADataChangeNotificationEventArgs<TValue> : OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
[ComVisible(false)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [CLSCompliant(true)] [Serializable()] generic<typename TValue> public ref class EasyUADataChangeNotificationEventArgs sealed : public OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
There are implicit conversions from this type to:
System.Object
   System.EventArgs
      OpcLabs.BaseLib.OperationModel.OperationEventArgs
         OpcLabs.EasyOpc.UA.OperationModel.EasyUAMonitoredItemChangedEventArgs
            OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs
               OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventArgs<TValue>