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

Glossary Item Box

This handler is called if an exception happens in the DataBind callback handler Use this handler instead of UserCallbackErrorHandler. It passes the error causing subscription to the user handler for better error diagnostics.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaDataBind
Dim value As OnDataBindCallbackError
 
instance.UserCallbackErrorHandler2 = value
 
value = instance.UserCallbackErrorHandler2
C# 
public OnDataBindCallbackError UserCallbackErrorHandler2 {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.