QuickOPC User's Guide and Reference
NotSupported Event



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class : NotSupported Event
Raised when a service does not support the given point.
Syntax
'Declaration
 
Public Event NotSupported As EventHandler(Of PointNotSupportedEventArgs)
'Usage
 
Dim instance As PointBinderCore
Dim handler As EventHandler(Of PointNotSupportedEventArgs)
 
AddHandler instance.NotSupported, handler
public event EventHandler<PointNotSupportedEventArgs> NotSupported
public:
event EventHandler<PointNotSupportedEventArgs^>^ NotSupported
Event Data

The event handler receives an argument of type PointNotSupportedEventArgs containing data related to this event. The following PointNotSupportedEventArgs properties provide information specific to this event.

PropertyDescription
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