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

subscription
notification
stringTable

Glossary Item Box

The delegate used to receive data change notifications via a direct function call instead of a .NET Event.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New OnDataChangeNotification(AddressOf HandlerMethod)
C# 
public delegate void OnDataChangeNotification( 
   Subscription subscription,
   DataChangeNotification notification,
   IList<string> stringTable
)

Parameters

subscription
notification
stringTable

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.