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

sender
itemInfo

Glossary Item Box

The user can assign callback handler objects of this type in DataBind definitions. Instead of assigning the new item value to a property, the user callback handler is called.

Syntax

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

Parameters

sender
itemInfo

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.