EasyUA Reference
UserCallbackHandler Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class : UserCallbackHandler Property

Glossary Item Box

This handler is called at the beginning of the handling of server callback with changed values. The handler should return TRUE if the item value has been processed or return FALSE to have the DataBind standard handlers to process the item value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaDataBind
Dim value As DataBindCallbackUserHandler
 
instance.UserCallbackHandler = value
 
value = instance.UserCallbackHandler
C# 
public DataBindCallbackUserHandler UserCallbackHandler {get; set;}

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.