OPC Labs EasyOPC “Classic” Library
EasyAENotificationEventArgs Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : EasyAENotificationEventArgs Object
Description
Provides data for the EasyAEClient.Notification event.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAENotificationEventArgs
CLSID (Class ID): bc877226-8a44-4389-b95e-3dd44950fef5
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAENotificationEventArgs
Event source interface:

 

For more information, see EasyAENotificationEventArgs and OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAENotificationEventArgs in .NET Reference.

Object Model

EasyAENotificationEventArgs ObjectEasyAEEventsSubscriptionArguments ObjectEasyAEEventsSubscriptionArguments ObjectServerDescriptor ObjectAESubscriptionParameters ObjectExceptionCollection CollectionAEEventData ObjectAEAttributeValueDictionary CollectionAEEventType ObjectDAQuality ObjectOperationEventArgs ObjectExceptionCollection CollectionOperationEventArgs ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectDictionaryWrapper CollectionStringStringDictionary CollectionNormalizedException Object

Remarks

For remarks, see EasyAENotificationEventArgs and OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAENotificationEventArgs in .NET Reference.

Object creation

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

See Also

EasyAENotificationEventArgs Members