QuickOPC User's Guide and Reference
AfterDetach Method (BindingBase)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : AfterDetach Method
Called after this binding has been detached from the binder.
Syntax
'Declaration
 
Protected Overridable Sub AfterDetach() 
'Usage
 
Dim instance As BindingBase
 
instance.AfterDetach()
protected virtual void AfterDetach()
protected:
virtual void AfterDetach(); 
Exceptions
ExceptionDescription
An error during live binding has occurred.
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