OPC Studio User's Guide and Reference
AliasesChangedEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Aliasing Namespace : AliasesChangedEventArgs Class
Provides data about changes that occurred to the aliases in the alias provider.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute(True)>
<ExceptionContractVerificationAttribute(True)>
Public Class AliasesChangedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As AliasesChangedEventArgs
[CLSCompliant(true)]
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
public class AliasesChangedEventArgs : System.EventArgs 
[CLSCompliant(true)]
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
public ref class AliasesChangedEventArgs : public System.EventArgs 
Remarks

This object provides data for the IAliasProvider.AliasesChanged event.

Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.Aliasing.AliasesChangedEventArgs

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