[ComVisible(false)] public delegate void EasyUADataChangeNotificationEventHandler<T>( object sender, EasyUADataChangeNotificationEventArgs<T> e )
[ComVisible(false)] generic<typename T> public delegate void EasyUADataChangeNotificationEventHandler( Object^ sender, EasyUADataChangeNotificationEventArgs<T^>^ e )
'Declaration <ComVisibleAttribute(False)> Public Delegate Sub EasyUADataChangeNotificationEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As EasyUADataChangeNotificationEventArgs(Of T) _ )
'Declaration
<ComVisibleAttribute(False)> Public Delegate Sub EasyUADataChangeNotificationEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As EasyUADataChangeNotificationEventArgs(Of T) _ )
'Usage Dim instance As New EasyUADataChangeNotificationEventHandler(Of T)(AddressOf HandlerMethod)
'Usage
Dim instance As New EasyUADataChangeNotificationEventHandler(Of T)(AddressOf HandlerMethod)
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
EasyUADataChangeNotificationEventHandler<T> Members OpcLabs.EasyOpc.UA.Generic Namespace