OPC Studio User's Guide and Reference
PointUpdateFailureEventArgs Class
Members 



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace : PointUpdateFailureEventArgs Class
Contains information about an update failure for PointBinderCore.UpdateFailure event.
Object Model
PointUpdateFailureEventArgs ClassPointBinding Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public NotInheritable Class PointUpdateFailureEventArgs 
   Inherits OpcLabs.BaseLib.FailureEventArgs
   Implements OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, OpcLabs.BaseLib.ComTypes._FailureEventArgs, System.ICloneable 
 
'Usage
 
Dim instance As PointUpdateFailureEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.ExceptionEventArgs
         OpcLabs.BaseLib.FailureEventArgs
            OpcLabs.BaseLib.LiveBinding.PointUpdateFailureEventArgs

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