QuickOPC User's Guide and Reference
PointUpdateFailureEventArgs Class
Members 



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
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public sealed class PointUpdateFailureEventArgs : OpcLabs.BaseLib.FailureEventArgs, OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, OpcLabs.BaseLib.ComTypes._FailureEventArgs, System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class PointUpdateFailureEventArgs sealed : public OpcLabs.BaseLib.FailureEventArgs, OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, OpcLabs.BaseLib.ComTypes._FailureEventArgs, System.ICloneable  
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