QuickOPC User's Guide and Reference
BindingErrors Event



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingExtender Class : BindingErrors Event
Raised when there is one more binding errors.
Syntax
'Declaration
 
Public Event BindingErrors As EventHandler(Of BindingErrorsEventArgs)
'Usage
 
Dim instance As BindingExtender
Dim handler As EventHandler(Of BindingErrorsEventArgs)
 
AddHandler instance.BindingErrors, handler
public event EventHandler<BindingErrorsEventArgs> BindingErrors
public:
event EventHandler<BindingErrorsEventArgs^>^ BindingErrors
Event Data

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

PropertyDescription
The binding exceptions being reported.  
Requirements

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

See Also