OPC Labs EasyOPC-UA Library
EventNotification Event
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAClient Object : EventNotification Event

Description
Raised for every event generated by a subscribed OPC monitored item.

 

DISPID (Dispatch ID): 1003

 

For more information, see EventNotification in .NET Reference.

Syntax
Visual Basic
Public Event EventNotification( _
   ByVal sender0 As Variant, _
   ByVal eventArgs As EasyUAEventNotificationEventArgs _
)
Parameters
sender0

eventArgs

Remarks

For remarks, see EventNotification in .NET Reference.

Example

For examples, see EventNotification in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members