EasyUA Reference
Notification Event
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > MonitoredItem Class : Notification Event

Glossary Item Box

Raised when a new notification arrives.
The application can use this event to get a callback for each Monitored Item. Or, use the DataChangeCallback event in the Subscription class to get a callback with all item in a publish response.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As MonitoredItem
Dim handler As OnMonitoredItemNotification
 
AddHandler instance.Notification, handler
C# 
public event OnMonitoredItemNotification Notification

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.