OPC Labs EasyOPC “Classic” Library
Notification Event
OpcLabs_EasyOpcClassic 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.

 

DISPID (Dispatch ID): 1002

 

For more information, see Notification in .NET Reference.

Syntax
Visual Basic
Public Event Notification( _
   ByVal sender0 As Variant, _
   ByVal eventArgs As EasyAENotificationEventArgs _
)
Parameters
sender0

eventArgs

Remarks

For remarks, see Notification in .NET Reference.

Example

For examples, see Notification in .NET Reference.

See Also

EasyAEClient Object  | EasyAEClient Members