'Declaration<ComVisibleAttribute(False)> Public Delegate Sub EasySparkplugPayloadNotificationEventHandler( _ ByVal sender As Object, _ ByVal e As EasySparkplugPayloadNotificationEventArgs _ )
'UsageDim instance As New EasySparkplugPayloadNotificationEventHandler(AddressOf HandlerMethod)
[ComVisible(false)] public delegate void EasySparkplugPayloadNotificationEventHandler( object sender, EasySparkplugPayloadNotificationEventArgs e )
[ComVisible(false)] public delegate void EasySparkplugPayloadNotificationEventHandler( Object^ sender, EasySparkplugPayloadNotificationEventArgs^ e )
Parameters
- sender
- The source of the event.
- e
- An OpcLabs.EasySparkplug.OperationModel.EasySparkplugPayloadNotificationEventArgs that contains the event data.