
'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)> <ComVisibleAttribute(True)> <GuidAttribute("D349FE6B-287F-4D7F-A515-099FF3C1F268")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <SerializableAttribute()> Public Class UACertificatesChangedEventArgs Inherits System.EventArgs Implements OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As UACertificatesChangedEventArgs
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)] [ComVisible(true)] [Guid("D349FE6B-287F-4D7F-A515-099FF3C1F268")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Serializable()] public class UACertificatesChangedEventArgs : System.EventArgs, OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)] [ComVisible(true)] [Guid("D349FE6B-287F-4D7F-A515-099FF3C1F268")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Serializable()] public ref class UACertificatesChangedEventArgs : public System.EventArgs, OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable
This class exists to put together multiple changes that can occur during operations that affect the OPC UA certificates. Without it, there would have to be separate events for each change, and the consumers will not have any way to consolidate them.
System.Object
System.EventArgs
OpcLabs.EasyOpc.UA.Application.UACertificatesChangedEventArgs