OPC Labs EasyOPC “Classic” Components Library
Notification Event
OpcLabs_EasyOpcClassicComponents ActiveX DLL > EasyAEClient Object : Notification Event
Description
Raised for every OPC event subscribed to by the SubscribeEvents method. This method can be called whether this is a refresh or standard event notification.
Syntax
Visual Basic
Public Event Notification( _
   ByVal sender0 As Variant, _
   ByVal eventArgs As EasyAENotificationEventArgs _
)
Parameters
sender0
eventArgs
See Also

EasyAEClient Object  | EasyAEClient Members