OpcMonitoredItemsEventArgs Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for the MonitoredItemsCreated, MonitoredItemsDeleted and MonitoredItemsModified event.

C#

public class OpcMonitoredItemsEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcMonitoredItemsEventArgs

Name Description
OpcMonitoredItemsEventArgs(OpcContext, OpcMonitoredItem, IOpcNode) Initializes a new instance of the OpcMonitoredItemEventArgs using the context, items and nodes specified.
Name Description
Context Gets the information of the environment used to create, delete or modify the Items.
Items Gets the monitored items affected by the event.
Nodes Gets the nodes which are observed by the monitored Items.