QuickOPC User's Guide and Reference
LogEntryEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace : LogEntryEventArgs Class
Provides data for the log entry event handlers.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("4118583E-4270-4C8D-9B05-D314CCE8BD41")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Instrumentation.LogEntryEventArgsControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", DefaultReadWrite=False)>
<SerializableAttribute()>
Public Class LogEntryEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As LogEntryEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs)]
[ComVisible(true)]
[Guid("4118583E-4270-4C8D-9B05-D314CCE8BD41")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Instrumentation.LogEntryEventArgsControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", DefaultReadWrite=false)]
[Serializable()]
public class LogEntryEventArgs : System.EventArgs, OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs)]
[ComVisible(true)]
[Guid("4118583E-4270-4C8D-9B05-D314CCE8BD41")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Instrumentation.LogEntryEventArgsControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", DefaultReadWrite=false)]
[Serializable()]
public ref class LogEntryEventArgs : public System.EventArgs, OpcLabs.BaseLib.Instrumentation.ComTypes._LogEntryEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.Instrumentation.LogEntryEventArgs

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also