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

sender
ex

Glossary Item Box

Callback handler that can be assigned to a subscription in place of a Windows control. The user can handle data change callbacks individually for each item.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DataBindCallbackErrorEventHandler( _
   ByVal sender As Object, _
   ByVal ex As Exception _
) 
C# 
public delegate void DataBindCallbackErrorEventHandler( 
   object sender,
   Exception ex
)

Parameters

sender
ex

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.