OPC Studio User's Guide and Reference
_OperationEventArgs Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace : _OperationEventArgs Interface
Exposes OpcLabs.BaseLib.OperationModel.OperationEventArgs to COM clients.
Object Model
_OperationEventArgs InterfaceExceptionCollection ClassNormalizedExceptionCollection ClassNormalizedException ClassNormalizedException Class
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("0D1744A4-D97B-44F8-8C0F-C0526D0F4A89")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _OperationEventArgs 
'Usage
 
Dim instance As _OperationEventArgs
[ComVisible(true)]
[Guid("0D1744A4-D97B-44F8-8C0F-C0526D0F4A89")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _OperationEventArgs 
[ComVisible(true)]
[Guid("0D1744A4-D97B-44F8-8C0F-C0526D0F4A89")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _OperationEventArgs 
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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