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

subscription
notification
stringTable

Glossary Item Box

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

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New OnEventNotification(AddressOf HandlerMethod)
C# 
public delegate void OnEventNotification( 
   Subscription subscription,
   EventNotificationList 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.