XMLDA.NET Reference
DataBindCallbackErrorEventHandler Delegate
See Also  Send Feedback
xmldanet Namespace : DataBindCallbackErrorEventHandler Delegate

sender
itemInfo
ex

Glossary Item Box

Event handler for errors occuring in the server poll / callback DataBind handler.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New DataBindCallbackErrorEventHandler(AddressOf HandlerMethod)
C# 
public delegate void DataBindCallbackErrorEventHandler( 
   object sender,
   DataBindInfo itemInfo,
   Exception ex
)

Parameters

sender
itemInfo
ex

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.