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

 

ProgId: OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs
CLSID (Class ID): 1e7ecb5e-16b7-4829-bad4-7086e3173c75
Default interface: OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAEventNotificationEventArgs
Event source interface:

 

For more information, see EasyUAEventNotificationEventArgs and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAEventNotificationEventArgs in .NET Reference.

Object Model

EasyUAEventNotificationEventArgs ObjectEasyUAMonitoredItemArguments ObjectUAEndpointDescriptor ObjectUAIndexRangeList CollectionUAIndexRange ObjectOperationArguments ObjectUAMonitoringParameters ObjectUANodeDescriptor ObjectUASubscriptionParameters ObjectExceptionCollection CollectionUAEventData ObjectUABaseEventObject ObjectUAFieldResultDictionary CollectionValueResult ObjectOperationEventArgs ObjectExceptionCollection CollectionOperationEventArgs ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectDictionaryWrapper CollectionStringStringDictionary CollectionNormalizedException Object

Remarks

For remarks, see EasyUAEventNotificationEventArgs and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUAEventNotificationEventArgs in .NET Reference.

Object creation

_EasyUAEventNotificationEventArgsPtr EasyUAEventNotificationEventArgsPtr(__uuidof(EasyUAEventNotificationEventArgs));
EasyUAEventNotificationEventArgs := CoEasyUAEventNotificationEventArgs.Create;
var EasyUAEventNotificationEventArgs = new ActiveXObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs");
EasyUAEventNotificationEventArgs := CoEasyUAEventNotificationEventArgs.Create;
$EasyUAEventNotificationEventArgs = Win32::OLE->new("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs");
$EasyUAEventNotificationEventArgs = new COM("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs");
OLEObject EasyUAEventNotificationEventArgs
EasyUAEventNotificationEventArgs = CREATE OLEObject
EasyUAEventNotificationEventArgs.ConnectToNewObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs")
EasyUAEventNotificationEventArgs = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs')
Dim EasyUAEventNotificationEventArgs As New OleObject ("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs")
Dim EasyUAEventNotificationEventArgs As New EasyUAEventNotificationEventArgs
EasyUAEventNotificationEventArgs = CREATEOBJECT("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs")
Dim EasyUAEventNotificationEventArgs As New EasyUAEventNotificationEventArgs
Dim EasyUAEventNotificationEventArgs: Set EasyUAEventNotificationEventArgs = CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs")
EasyUAEventNotificationEventArgs := CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUAEventNotificationEventArgs")
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 EasyUAEventNotificationEventArgs in .NET Reference.

See Also

EasyUAEventNotificationEventArgs Members