OPC Labs Base Library
LogEntryEventArgs Object
Members 
OpcLabs_BaseLib ActiveX DLL : LogEntryEventArgs Object
Description
Provides data for the log entry event handlers.

 

ProgId: OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs
CLSID (Class ID): 4118583e-4270-4c8d-9b05-d314cce8bd41
Default interface: OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs
Event source interface:

 

For more information, see LogEntryEventArgs and OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs in .NET Reference.

Remarks

For remarks, see LogEntryEventArgs and OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs in .NET Reference.

Object creation

_LogEntryEventArgsPtr LogEntryEventArgsPtr(__uuidof(LogEntryEventArgs));
LogEntryEventArgs := CoLogEntryEventArgs.Create;
var LogEntryEventArgs = new ActiveXObject("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs");
LogEntryEventArgs := CoLogEntryEventArgs.Create;
$LogEntryEventArgs = Win32::OLE->new("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs");
$LogEntryEventArgs = new COM("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs");
OLEObject LogEntryEventArgs
LogEntryEventArgs = CREATE OLEObject
LogEntryEventArgs.ConnectToNewObject("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs")
LogEntryEventArgs = win32com.client.Dispatch('OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs')
Dim LogEntryEventArgs As New OleObject ("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs")
Dim LogEntryEventArgs As New LogEntryEventArgs
LogEntryEventArgs = CREATEOBJECT("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs")
Dim LogEntryEventArgs As New LogEntryEventArgs
Dim LogEntryEventArgs: Set LogEntryEventArgs = CreateObject("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs")
LogEntryEventArgs := CreateObject("OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs")
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 LogEntryEventArgs in .NET Reference.

See Also

LogEntryEventArgs Members