OPC Labs Base Library
OperationEventArgs Object
Members 
OpcLabs_BaseLib ActiveX DLL : OperationEventArgs Object
Description
Provides data for the operation events.

 

ProgId: OpcLabs.BaseLib.OperationModel.OperationEventArgs
CLSID (Class ID): e67a1551-97fc-4977-ae62-6be38afbb97b
Default interface: OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs
Event source interface:

 

For more information, see OperationEventArgs and OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs in .NET Reference.

Object Model

OperationEventArgs ObjectExceptionCollection CollectionOperationEventArgs ObjectExceptionCollection CollectionOperationEventArgs ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException ObjectDictionaryWrapper CollectionStringStringDictionary CollectionNormalizedException Object

Remarks

For remarks, see OperationEventArgs and OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs in .NET Reference.

Object creation

_OperationEventArgsPtr OperationEventArgsPtr(__uuidof(OperationEventArgs));
OperationEventArgs := CoOperationEventArgs.Create;
var OperationEventArgs = new ActiveXObject("OpcLabs.BaseLib.OperationModel.OperationEventArgs");
OperationEventArgs := CoOperationEventArgs.Create;
$OperationEventArgs = Win32::OLE->new("OpcLabs.BaseLib.OperationModel.OperationEventArgs");
$OperationEventArgs = new COM("OpcLabs.BaseLib.OperationModel.OperationEventArgs");
OLEObject OperationEventArgs
OperationEventArgs = CREATE OLEObject
OperationEventArgs.ConnectToNewObject("OpcLabs.BaseLib.OperationModel.OperationEventArgs")
OperationEventArgs = win32com.client.Dispatch('OpcLabs.BaseLib.OperationModel.OperationEventArgs')
Dim OperationEventArgs As New OleObject ("OpcLabs.BaseLib.OperationModel.OperationEventArgs")
Dim OperationEventArgs As New OperationEventArgs
OperationEventArgs = CREATEOBJECT("OpcLabs.BaseLib.OperationModel.OperationEventArgs")
Dim OperationEventArgs As New OperationEventArgs
Dim OperationEventArgs: Set OperationEventArgs = CreateObject("OpcLabs.BaseLib.OperationModel.OperationEventArgs")
OperationEventArgs := CreateObject("OpcLabs.BaseLib.OperationModel.OperationEventArgs")
Interfaces
InterfaceDescription
 

 

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 OperationEventArgs in .NET Reference.

See Also

OperationEventArgs Members