QuickOPC User's Guide and Reference
PointNotSupportedEventArgs Constructor



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointNotSupportedEventArgs Class : PointNotSupportedEventArgs Constructor
The point binding whose point is not supported.
Initializes a new instance of the class, with the related point binding.
Syntax
'Declaration
 
Public Function New( _
   ByVal pointBinding As PointBinding _
)
'Usage
 
Dim pointBinding As PointBinding
 
Dim instance As New PointNotSupportedEventArgs(pointBinding)
public PointNotSupportedEventArgs( 
   PointBinding pointBinding
)
public:
PointNotSupportedEventArgs( 
   PointBinding^ pointBinding
)

Parameters

pointBinding
The point binding whose point is not supported.
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