QuickOPC User's Guide and Reference
OnCurrentBinderChange Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : OnCurrentBinderChange Method
The old value of the property.
Called upon a change of the current binder.
Syntax
'Declaration
 
Protected Overridable Sub OnCurrentBinderChange( _
   ByVal oldValue As AbstractBinder _
) 
'Usage
 
Dim instance As BindingBase
Dim oldValue As AbstractBinder
 
instance.OnCurrentBinderChange(oldValue)
protected virtual void OnCurrentBinderChange( 
   AbstractBinder oldValue
)
protected:
virtual void OnCurrentBinderChange( 
   AbstractBinder^ oldValue
) 

Parameters

oldValue
The old value of the property.
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