OPC Labs EasyOPC-UA Library
EasyUADataChangeNotificationEventArgs Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUADataChangeNotificationEventArgs Object
Description
Provides data for the EasyUAClient.DataChangeNotification event.

 

ProgId: OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs
CLSID (Class ID): 5c9ccacb-a2cf-45fe-bd50-d7f9620868a1
Default interface: OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs
Event source interface:

 

For more information, see EasyUADataChangeNotificationEventArgs and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs in .NET Reference.

Object Model

EasyUADataChangeNotificationEventArgs ObjectEasyUAMonitoredItemArguments ObjectUAEndpointDescriptor ObjectUAIndexRangeList CollectionUAIndexRange ObjectOperationArguments ObjectUAMonitoringParameters ObjectUANodeDescriptor ObjectUASubscriptionParameters ObjectUAAttributeData ObjectUAStatusCode ObjectExceptionCollection CollectionOperationEventArgs ObjectExceptionCollection CollectionOperationEventArgs ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectDictionaryWrapper CollectionStringStringDictionary CollectionNormalizedException Object

Remarks

For remarks, see EasyUADataChangeNotificationEventArgs and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUADataChangeNotificationEventArgs in .NET Reference.

Object creation

_EasyUADataChangeNotificationEventArgsPtr EasyUADataChangeNotificationEventArgsPtr(__uuidof(EasyUADataChangeNotificationEventArgs));
EasyUADataChangeNotificationEventArgs := CoEasyUADataChangeNotificationEventArgs.Create;
var EasyUADataChangeNotificationEventArgs = new ActiveXObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs");
EasyUADataChangeNotificationEventArgs := CoEasyUADataChangeNotificationEventArgs.Create;
$EasyUADataChangeNotificationEventArgs = Win32::OLE->new("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs");
$EasyUADataChangeNotificationEventArgs = new COM("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs");
OLEObject EasyUADataChangeNotificationEventArgs
EasyUADataChangeNotificationEventArgs = CREATE OLEObject
EasyUADataChangeNotificationEventArgs.ConnectToNewObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs")
EasyUADataChangeNotificationEventArgs = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs')
Dim EasyUADataChangeNotificationEventArgs As New OleObject ("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs")
Dim EasyUADataChangeNotificationEventArgs As New EasyUADataChangeNotificationEventArgs
EasyUADataChangeNotificationEventArgs = CREATEOBJECT("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs")
Dim EasyUADataChangeNotificationEventArgs As New EasyUADataChangeNotificationEventArgs
Dim EasyUADataChangeNotificationEventArgs: Set EasyUADataChangeNotificationEventArgs = CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs")
EasyUADataChangeNotificationEventArgs := CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs")
Interfaces
InterfaceDescription
 
Provides data for the operation events.

 

IID (Interface ID): 0d1744a4-d97b-44f8-8c0f-c0526d0f4a89

 

For more information, see _OperationEventArgs in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see EasyUADataChangeNotificationEventArgs in .NET Reference.

See Also

EasyUADataChangeNotificationEventArgs Members