OPCDA.NET Reference Manual
RefreshEventHandler Delegate
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : RefreshEventHandler Delegate

sender
e

Glossary Item Box

Delegate of the user data change callback handler.
This callback handler is called from the RefrshGroup callback handler after the item data is stored in the RefreshGroup internal data cache.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub RefreshEventHandler( _
   ByVal sender As Object, _
   ByVal e As RefreshEventArguments _
) 
C# 
public delegate void RefreshEventHandler( 
   object sender,
   RefreshEventArguments e
)

Parameters

sender
e

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.