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

sender
ex

Glossary Item Box

Callback handler that can be assigned to a subscription in place of a Windows control. The user can handle data change callbacks individually for each item.

Syntax

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

Parameters

sender
ex

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.