EasyUA Reference
DataBindCallbackUserHandler Delegate
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : DataBindCallbackUserHandler Delegate

item
dbh

Glossary Item Box

DataBind value change callback handler for one item.
If such a handler is defined for a subscription then this candler is called from the DataBind server callback handling in place of the default handling. The DataBind server callback handler does the Invoke handling for Windows thread synchronization and then calls this handler for each item in the server callback.
The handler is true if the item is handled. Otherwise the default DataBind server callback handler will try to handle the callback for this item.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New DataBindCallbackUserHandler(AddressOf HandlerMethod)
C# 
public delegate bool DataBindCallbackUserHandler( 
   DBLink item,
   UaDataBind dbh
)

Parameters

item
dbh

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.