OPC Studio User's Guide and Reference
UACertificatesChangedEventHandler Delegate



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : UACertificatesChangedEventHandler Delegate
The source of the event.
The event arguments; contain the actual event data.
Represents the method that will handle an event raised when the certificate environment has changed.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public Delegate Sub UACertificatesChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As UACertificatesChangedEventArgs _
) 
'Usage
 
Dim instance As New UACertificatesChangedEventHandler(AddressOf HandlerMethod)
[CLSCompliant(true)]
[ComVisible(false)]
public delegate void UACertificatesChangedEventHandler( 
   object sender,
   UACertificatesChangedEventArgs e
)
[CLSCompliant(true)]
[ComVisible(false)]
public delegate void UACertificatesChangedEventHandler( 
   Object^ sender,
   UACertificatesChangedEventArgs^ e
)

Parameters

sender
The source of the event.
e
The event arguments; contain the actual event data.
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