QuickOPC User's Guide and Reference
PointNotSupportedEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace : PointNotSupportedEventArgs Class
Contains information for PointBinderCore.NotSupported event.
Object Model
PointNotSupportedEventArgs ClassPointBinding Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public NotInheritable Class PointNotSupportedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As PointNotSupportedEventArgs
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public sealed class PointNotSupportedEventArgs : System.EventArgs 
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class PointNotSupportedEventArgs sealed : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.LiveBinding.PointNotSupportedEventArgs

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