OPC Studio User's Guide and Reference
OnOnlineChanged Method



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BinderBase Class : OnOnlineChanged Method
New value of the property.
Called after the Online property has changed value.
Syntax
'Declaration
 
Protected Overridable Sub OnOnlineChanged( _
   ByVal newValue As Boolean _
) 
 
'Usage
 
Dim instance As BinderBase
Dim newValue As Boolean
 
instance.OnOnlineChanged(newValue)

Parameters

newValue
New 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