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

Description
Raised for every significant data change in a subscribed OPC monitored item.

 

DISPID (Dispatch ID): 1001

 

For more information, see DataChangeNotification in .NET Reference.

Syntax
Visual Basic
Public Event DataChangeNotification( _
   ByVal sender0 As Variant, _
   ByVal eventArgs As EasyUADataChangeNotificationEventArgs _
)
Parameters
sender0

eventArgs

Remarks

For remarks, see DataChangeNotification in .NET Reference.

Example

For examples, see DataChangeNotification in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members